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. postingsMethods in org.apache.lucene.search with parameters of type ExactPhraseMatcher.PostingsAndPosition Modifier and Type Method Description private static booleanExactPhraseMatcher. advancePosition(ExactPhraseMatcher.PostingsAndPosition posting, int target)Advance the given pos enum to the first doc on or aftertarget.
-