Class: Ferret::Store::RAMDirectory

Inherits:
Object
  • Object
show all
Defined in:
ext/r_store.c,
ext/r_store.c

Overview

File-system resident Directory implementation. The FSDirectory will use a single directory to store all of it’s files. You should not otherwise touch this directory. Modifying the files in the directory will corrupt the index. The one exception to this rule is you may need to delete stale lock files which have a “.lck” extension.