Module Ferret::Index
In: lib/ferret/field_infos.rb
lib/ferret/index.rb
ext/r_index.c

Summary

The Index module contains all the classes used for adding to and retrieving from the index. The important classes to know about are;

The other classes in this module are useful for more advanced uses like building tag clouds, creating more-like-this queries, custom highlighting etc. They are also useful for index browsers.

Classes and Modules

Module Ferret::Index::SynchroLockMixin
Class Ferret::Index::FieldInfo
Class Ferret::Index::FieldInfos
Class Ferret::Index::Index
Class Ferret::Index::IndexReader
Class Ferret::Index::IndexWriter
Class Ferret::Index::LazyDoc
Class Ferret::Index::TermDocEnum
Class Ferret::Index::TermEnum
Class Ferret::Index::TermVector

[Validate]