public class DocSetCollector extends Collector
| Constructor and Description |
|---|
DocSetCollector(int smallSetSize,
int maxDoc) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsDocsOutOfOrder() |
void |
collect(int doc) |
DocSet |
getDocSet() |
void |
setNextReader(IndexReader indexReader,
int docBase) |
void |
setScorer(Scorer scorer) |
public void collect(int doc)
throws IOException
collect in class CollectorIOExceptionpublic DocSet getDocSet()
public void setScorer(Scorer scorer) throws IOException
setScorer in class CollectorIOExceptionpublic void setNextReader(IndexReader indexReader, int docBase) throws IOException
setNextReader in class CollectorIOExceptionpublic boolean acceptsDocsOutOfOrder()
acceptsDocsOutOfOrder in class Collector