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(AtomicReaderContext context) |
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(AtomicReaderContext context) throws IOException
setNextReader in class CollectorIOExceptionpublic boolean acceptsDocsOutOfOrder()
acceptsDocsOutOfOrder in class CollectorCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.