Uses of Class
org.apache.lucene.search.PhraseMatcher
Packages that use PhraseMatcher
-
Uses of PhraseMatcher in org.apache.lucene.search
Subclasses of PhraseMatcher in org.apache.lucene.searchModifier and TypeClassDescriptionfinal class
Expert: Find exact phrasesfinal class
Find all slop-valid position-combinations (matches) encountered while traversing/hopping the PhrasePositions.Fields in org.apache.lucene.search declared as PhraseMatcherMethods in org.apache.lucene.search that return PhraseMatcherModifier and TypeMethodDescriptionprotected abstract PhraseMatcher
PhraseWeight.getPhraseMatcher
(LeafReaderContext context, Similarity.SimScorer scorer, boolean exposeOffsets) Constructors in org.apache.lucene.search with parameters of type PhraseMatcherModifierConstructorDescription(package private)
PhraseScorer
(PhraseMatcher matcher, ScoreMode scoreMode, Similarity.SimScorer simScorer, NumericDocValues norms)