Module Ferret::Store
In: ext/r_index.c

The Store module contains all the classes required to handle the storing of an index.

NOTE: You can currently store an index on a file-system or in memory. If you want to add a different type of Directory, like a database Directory for instance, you will to implement it in C.

Classes and Modules

Class Ferret::Store::Directory
Class Ferret::Store::FSDirectory
Class Ferret::Store::Lock
Class Ferret::Store::RAMDirectory

[Validate]