Uses of Package
org.apache.lucene.codecs.lucene90.blocktree
Packages that use org.apache.lucene.codecs.lucene90.blocktree
-
Classes in org.apache.lucene.codecs.lucene90.blocktree used by org.apache.lucene.codecs.lucene90.blocktreeClassDescriptionCompression algorithm used for suffixes of a block of terms.BlockTree's implementation of
Terms
.This is used to implement efficientTerms.intersect(org.apache.lucene.util.automaton.CompiledAutomaton, org.apache.lucene.util.BytesRef)
for block-tree.A block-based terms index and dictionary that assigns terms to variable length blocks according to how they share prefixes.Iterates through terms in this field.BlockTree statistics for a single field returned byFieldReader.getStats()
.