Uses of Class
org.apache.lucene.search.ExactPhraseMatcher.PostingsAndPosition
Packages that use ExactPhraseMatcher.PostingsAndPosition
-
Uses of ExactPhraseMatcher.PostingsAndPosition in org.apache.lucene.search
Fields in org.apache.lucene.search declared as ExactPhraseMatcher.PostingsAndPositionModifier and TypeFieldDescriptionprivate final ExactPhraseMatcher.PostingsAndPosition[]
ExactPhraseMatcher.postings
Methods in org.apache.lucene.search with parameters of type ExactPhraseMatcher.PostingsAndPositionModifier and TypeMethodDescriptionprivate static boolean
ExactPhraseMatcher.advancePosition
(ExactPhraseMatcher.PostingsAndPosition posting, int target) Advance the given pos enum to the first doc on or aftertarget
.