Uses of Class
org.apache.lucene.util.mutable.MutableValueBool
Packages that use MutableValueBool
Package
Description
This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial
queries.
-
Uses of MutableValueBool in org.apache.lucene.sandbox.search
Methods in org.apache.lucene.sandbox.search with parameters of type MutableValueBoolModifier and TypeMethodDescriptionprotected List
<PhraseWildcardQuery.TermBytesTermState> PhraseWildcardQuery.collectMultiTermDataForSegment
(PhraseWildcardQuery.MultiTerm multiTerm, LeafReaderContext leafReaderContext, int remainingExpansions, MutableValueBool shouldStopSegmentIteration, Map<BytesRef, PhraseWildcardQuery.TermStats> termStatsMap) Collects theTermState
list andTermStatistics
for a multi-term on a specific index segment.