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
SpanCollectorcollectLeaf in interface SpanCollectorpostings - a PostingsEnumposition - the position of the PostingsEnumterm - the Term for this postings listjava.io.IOException - on errorFilterSpans.AcceptStatus match()
public void reset()
SpanCollectorreset in interface SpanCollector