| Package | Description |
|---|---|
| org.apache.lucene.codecs.blockterms |
Pluggable term index / block terms dictionary implementations.
|
| Class and Description |
|---|
| BlockTermsReader.FieldAndTerm |
| BlockTermsReader.FieldReader |
| BlockTermsWriter.FieldMetaData |
| BlockTermsWriter.TermEntry |
| BlockTermsWriter.TermsWriter |
| FixedGapTermsIndexReader.FieldIndexData |
| FixedGapTermsIndexWriter.SimpleFieldWriter |
TermsIndexReaderBase
BlockTermsReader interacts with an instance of this class
to manage its terms index. |
| TermsIndexReaderBase.FieldIndexEnum
Similar to TermsEnum, except, the only "metadata" it
reports for a given indexed term is the long fileOffset
into the main terms dictionary file.
|
| TermsIndexWriterBase
Base class for terms index implementations to plug
into
BlockTermsWriter. |
| TermsIndexWriterBase.FieldWriter
Terms index API for a single field.
|
| VariableGapTermsIndexReader.FieldIndexData |
| VariableGapTermsIndexWriter.FSTFieldWriter |
| VariableGapTermsIndexWriter.IndexTermSelector
Hook for selecting which terms should be placed in the terms index.
|