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