Uses of Package
org.apache.lucene.backward_codecs.lucene40.blocktree
-
Packages that use org.apache.lucene.backward_codecs.lucene40.blocktree Package Description org.apache.lucene.backward_codecs.lucene40.blocktree BlockTree terms dictionary. -
Classes in org.apache.lucene.backward_codecs.lucene40.blocktree used by org.apache.lucene.backward_codecs.lucene40.blocktree Class Description CompressionAlgorithm Compression algorithm used for suffixes of a block of terms.FieldReader BlockTree's implementation ofTerms
.IntersectTermsEnum This is used to implement efficientTerms.intersect(org.apache.lucene.util.automaton.CompiledAutomaton, org.apache.lucene.util.BytesRef)
for block-tree.IntersectTermsEnum.NoMoreTermsException IntersectTermsEnumFrame Lucene40BlockTreeTermsReader A block-based terms index and dictionary that assigns terms to variable length blocks according to how they share prefixes.SegmentTermsEnum Iterates through terms in this field.SegmentTermsEnumFrame Stats BlockTree statistics for a single field returned byFieldReader.getStats()
.