Module org.apache.lucene.core
Package org.apache.lucene.search
Class ExactPhraseMatcher.PostingsAndPosition
- java.lang.Object
-
- org.apache.lucene.search.ExactPhraseMatcher.PostingsAndPosition
-
- Enclosing class:
- ExactPhraseMatcher
private static class ExactPhraseMatcher.PostingsAndPosition extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PostingsAndPosition(PostingsEnum postings, int offset)
-
-
-
Field Detail
-
postings
private final PostingsEnum postings
-
offset
private final int offset
-
freq
private int freq
-
upTo
private int upTo
-
pos
private int pos
-
-
Constructor Detail
-
PostingsAndPosition
public PostingsAndPosition(PostingsEnum postings, int offset)
-
-