Uses of Class
org.apache.lucene.search.PhraseMatcher
-
Packages that use PhraseMatcher Package Description org.apache.lucene.search Code to search indices. -
-
Uses of PhraseMatcher in org.apache.lucene.search
Subclasses of PhraseMatcher in org.apache.lucene.search Modifier and Type Class Description class
ExactPhraseMatcher
Expert: Find exact phrasesclass
SloppyPhraseMatcher
Find all slop-valid position-combinations (matches) encountered while traversing/hopping the PhrasePositions.Fields in org.apache.lucene.search declared as PhraseMatcher Modifier and Type Field Description (package private) PhraseMatcher
PhraseScorer. matcher
Methods in org.apache.lucene.search that return PhraseMatcher Modifier and Type Method Description protected abstract PhraseMatcher
PhraseWeight. getPhraseMatcher(LeafReaderContext context, Similarity.SimScorer scorer, boolean exposeOffsets)
Constructors in org.apache.lucene.search with parameters of type PhraseMatcher Constructor Description PhraseScorer(Weight weight, PhraseMatcher matcher, ScoreMode scoreMode, LeafSimScorer simScorer)
-