public class DocSetDelegateCollector extends DocSetCollector
Constructor and Description |
---|
DocSetDelegateCollector(int smallSetSize,
int maxDoc,
Collector collector) |
Modifier and Type | Method and Description |
---|---|
void |
collect(int doc) |
DocSet |
getDocSet() |
void |
setNextReader(AtomicReaderContext context) |
void |
setScorer(Scorer scorer) |
acceptsDocsOutOfOrder
public DocSetDelegateCollector(int smallSetSize, int maxDoc, Collector collector)
public void collect(int doc) throws IOException
collect
in class DocSetCollector
IOException
public DocSet getDocSet()
getDocSet
in class DocSetCollector
public void setScorer(Scorer scorer) throws IOException
setScorer
in class DocSetCollector
IOException
public void setNextReader(AtomicReaderContext context) throws IOException
setNextReader
in class DocSetCollector
IOException
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.