Uses of Class
org.apache.lucene.util.mutable.MutableValueBool
Packages that use MutableValueBool
-
Uses of MutableValueBool in org.apache.lucene.search
Methods in org.apache.lucene.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 theTermStatelist andTermStatisticsfor a multi-term on a specific index segment.