Uses of Class
org.apache.lucene.util.mutable.MutableValueBool
-
Packages that use MutableValueBool Package Description org.apache.lucene.search Code to search indices. -
-
Uses of MutableValueBool in org.apache.lucene.search
Methods in org.apache.lucene.search with parameters of type MutableValueBool Modifier and Type Method Description protected java.util.List<PhraseWildcardQuery.TermBytesTermState>
PhraseWildcardQuery. collectMultiTermDataForSegment(PhraseWildcardQuery.MultiTerm multiTerm, LeafReaderContext leafReaderContext, int remainingExpansions, MutableValueBool shouldStopSegmentIteration, java.util.Map<BytesRef,PhraseWildcardQuery.TermStats> termStatsMap)
Collects theTermState
list andTermStatistics
for a multi-term on a specific index segment.
-