Uses of Class
org.apache.lucene.search.AbstractMultiTermQueryConstantScoreWrapper.TermAndState
Packages that use AbstractMultiTermQueryConstantScoreWrapper.TermAndState
-
Uses of AbstractMultiTermQueryConstantScoreWrapper.TermAndState in org.apache.lucene.search
Method parameters in org.apache.lucene.search with type arguments of type AbstractMultiTermQueryConstantScoreWrapper.TermAndStateModifier and TypeMethodDescriptionprivate boolean
AbstractMultiTermQueryConstantScoreWrapper.RewritingWeight.collectTerms
(int fieldDocCount, TermsEnum termsEnum, List<AbstractMultiTermQueryConstantScoreWrapper.TermAndState> terms) protected abstract AbstractMultiTermQueryConstantScoreWrapper.WeightOrDocIdSetIterator
AbstractMultiTermQueryConstantScoreWrapper.RewritingWeight.rewriteInner
(LeafReaderContext context, int fieldDocCount, Terms terms, TermsEnum termsEnum, List<AbstractMultiTermQueryConstantScoreWrapper.TermAndState> collectedTerms) Rewrite the query as either aWeight
or aDocIdSetIterator
wrapped in aAbstractMultiTermQueryConstantScoreWrapper.WeightOrDocIdSetIterator
.