Uses of Class
org.apache.lucene.codecs.uniformsplit.BlockReader
Packages that use BlockReader
Package
Description
Pluggable term index / block terms dictionary implementations.
Pluggable term index / block terms dictionary implementations.
-
Uses of BlockReader in org.apache.lucene.codecs.uniformsplit
Subclasses of BlockReader in org.apache.lucene.codecs.uniformsplitModifier and TypeClassDescriptionclass
The "intersect"TermsEnum
response toUniformSplitTerms.intersect(CompiledAutomaton, BytesRef)
, intersecting the terms with an automaton.