Package | Description |
---|---|
org.apache.lucene.codecs.blocktree |
BlockTree terms dictionary.
|
Class and Description |
---|
BitSetPostingsEnum
Takes a
FixedBitSet and creates a DOCS PostingsEnum from it. |
BlockTreeTermsReader
A block-based terms index and dictionary that assigns
terms to variable length blocks according to how they
share prefixes.
|
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() . |