Module: Ferret::Store

Included in:
Index::Index
Defined in:
ext/r_store.c,
ext/r_store.c

Overview

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.