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 PostingsEnumposition - the position of the PostingsEnumterm - the Term for this postings listjava.io.IOException - on errorvoid reset()
Copyright © 2000–2025 The Apache Software Foundation. All rights reserved.