Module: Ferret::Index
- Defined in:
- ext/r_index.c,
lib/ferret/field_infos.rb,
ext/r_index.c,
lib/ferret/index.rb
Overview
Summary
The Index module contains all the classes used for adding to and retrieving from the index. The important classes to know about are;
-
FieldInfo
-
FieldInfos
-
IndexWriter
-
IndexReader
-
LazyDoc
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.
Defined Under Namespace
Classes: FieldInfo, FieldInfos, Index, IndexReader, IndexWriter, LazyDoc, TermDocEnum, TermEnum, TermVector