Uses of Class
org.apache.lucene.search.ExactPhraseMatcher.PostingsAndPosition
-
Packages that use ExactPhraseMatcher.PostingsAndPosition Package Description org.apache.lucene.search Code to search indices. -
-
Uses of ExactPhraseMatcher.PostingsAndPosition in org.apache.lucene.search
Fields in org.apache.lucene.search declared as ExactPhraseMatcher.PostingsAndPosition Modifier and Type Field Description private ExactPhraseMatcher.PostingsAndPosition[]
ExactPhraseMatcher. postings
Methods in org.apache.lucene.search with parameters of type ExactPhraseMatcher.PostingsAndPosition Modifier and Type Method Description private static boolean
ExactPhraseMatcher. advancePosition(ExactPhraseMatcher.PostingsAndPosition posting, int target)
Advance the given pos enum to the first position on or aftertarget
.
-