Uses of Class
org.apache.lucene.search.PhraseQuery.PostingsAndFreq
Packages that use PhraseQuery.PostingsAndFreq
-
Uses of PhraseQuery.PostingsAndFreq in org.apache.lucene.search
Methods in org.apache.lucene.search with parameters of type PhraseQuery.PostingsAndFreqModifier and TypeMethodDescriptionint
PhraseQuery.PostingsAndFreq.compareTo
(PhraseQuery.PostingsAndFreq other) Constructors in org.apache.lucene.search with parameters of type PhraseQuery.PostingsAndFreqModifierConstructorDescriptionExactPhraseMatcher
(PhraseQuery.PostingsAndFreq[] postings, ScoreMode scoreMode, Similarity.SimScorer scorer, float matchCost) Expert: Creates ExactPhraseMatcher instanceSloppyPhraseMatcher
(PhraseQuery.PostingsAndFreq[] postings, int slop, ScoreMode scoreMode, Similarity.SimScorer scorer, float matchCost, boolean captureLeadMatch)