public interface SpanCollector
Spans
Modifier and Type | Method and Description |
---|---|
void |
collectLeaf(PostingsEnum postings,
int position,
Term term)
Collect information from postings
|
void |
reset()
Call to indicate that the driving Spans has moved to a new position
|
void collectLeaf(PostingsEnum postings, int position, Term term) throws java.io.IOException
postings
- a PostingsEnum
position
- the position of the PostingsEnumterm
- the Term
for this postings listjava.io.IOException
- on errorvoid reset()
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.