| Package | Description |
|---|---|
| org.apache.lucene.codecs.blocktree |
BlockTree terms dictionary.
|
| org.apache.lucene.codecs.lucene50 |
Components from the Lucene 5.0 index format
See
org.apache.lucene.codecs.lucene80 for an overview
of the index format. |
| Class and Description |
|---|
| BlockTreeTermsReader
A block-based terms index and dictionary that assigns
terms to variable length blocks according to how they
share prefixes.
|
| BlockTreeTermsReader.FSTLoadMode
An enum that allows to control if term index FSTs are loaded into memory or read off-heap
|
| BlockTreeTermsWriter.FieldMetaData |
| BlockTreeTermsWriter.PendingBlock |
| BlockTreeTermsWriter.PendingEntry |
| BlockTreeTermsWriter.PendingTerm |
| FieldReader
BlockTree's implementation of
Terms. |
| IntersectTermsEnum
This is used to implement efficient
Terms.intersect(org.apache.lucene.util.automaton.CompiledAutomaton, org.apache.lucene.util.BytesRef) for
block-tree. |
| IntersectTermsEnum.NoMoreTermsException |
| IntersectTermsEnumFrame |
| SegmentTermsEnum
Iterates through terms in this field.
|
| SegmentTermsEnumFrame |
| Stats
BlockTree statistics for a single field
returned by
FieldReader.getStats(). |
| Class and Description |
|---|
| BlockTreeTermsReader.FSTLoadMode
An enum that allows to control if term index FSTs are loaded into memory or read off-heap
|