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 IOException
postings
- a PostingsEnum
position
- the position of the PostingsEnumterm
- the Term
for this postings listIOException
- on errorvoid reset()
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.