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 booleanAbstractMultiTermQueryConstantScoreWrapper.RewritingWeight.collectTerms(int fieldDocCount, TermsEnum termsEnum, List<AbstractMultiTermQueryConstantScoreWrapper.TermAndState> terms) protected abstract AbstractMultiTermQueryConstantScoreWrapper.WeightOrDocIdSetIteratorAbstractMultiTermQueryConstantScoreWrapper.RewritingWeight.rewriteInner(LeafReaderContext context, int fieldDocCount, Terms terms, TermsEnum termsEnum, List<AbstractMultiTermQueryConstantScoreWrapper.TermAndState> collectedTerms) Rewrite the query as either aWeightor aDocIdSetIteratorwrapped in aAbstractMultiTermQueryConstantScoreWrapper.WeightOrDocIdSetIterator.