Uses of Class
org.apache.lucene.search.AbstractMultiTermQueryConstantScoreWrapper.WeightOrDocIdSetIterator
Packages that use AbstractMultiTermQueryConstantScoreWrapper.WeightOrDocIdSetIterator
-
Uses of AbstractMultiTermQueryConstantScoreWrapper.WeightOrDocIdSetIterator in org.apache.lucene.search
Methods in org.apache.lucene.search that return AbstractMultiTermQueryConstantScoreWrapper.WeightOrDocIdSetIteratorModifier and TypeMethodDescriptionAbstractMultiTermQueryConstantScoreWrapper.RewritingWeight.rewrite
(LeafReaderContext context, Terms 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
.