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 (package private) classExactPhraseMatcher(package private) classSloppyPhraseMatcherFind 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) PhraseMatcherPhraseScorer. matcherMethods in org.apache.lucene.search that return PhraseMatcher Modifier and Type Method Description protected abstract PhraseMatcherPhraseWeight. 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)
-