private class SpanPayloadCheckQuery.PayloadChecker extends java.lang.Object implements SpanCollector
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
matches |
(package private) int |
upto |
Modifier | Constructor and Description |
---|---|
private |
PayloadChecker() |
Modifier and Type | Method and Description |
---|---|
void |
collectLeaf(PostingsEnum postings,
int position,
Term term)
Collect information from postings
|
(package private) FilterSpans.AcceptStatus |
match() |
void |
reset()
Call to indicate that the driving Spans has moved to a new position
|
public void collectLeaf(PostingsEnum postings, int position, Term term) throws java.io.IOException
SpanCollector
collectLeaf
in interface SpanCollector
postings
- a PostingsEnum
position
- the position of the PostingsEnumterm
- the Term
for this postings listjava.io.IOException
- on errorFilterSpans.AcceptStatus match()
public void reset()
SpanCollector
reset
in interface SpanCollector