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 classExpert: Find exact phrasesfinal classFind 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 PhraseMatcherPhraseWeight.getPhraseMatcher(LeafReaderContext context, Similarity.SimScorer scorer, boolean exposeOffsets) Constructors in org.apache.lucene.search with parameters of type PhraseMatcherModifierConstructorDescription(package private)PhraseScorer(Weight weight, PhraseMatcher matcher, ScoreMode scoreMode, LeafSimScorer simScorer)