module Ferret::Store
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.