class FunctionRangeQuery.FunctionRangeCollector extends DelegatingCollector
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map |
fcontext |
(package private) int |
maxdoc |
(package private) ValueSourceScorer |
scorer |
delegate, docBase, reader, setLastDelegateCount
Constructor and Description |
---|
FunctionRangeCollector(java.util.Map fcontext) |
Modifier and Type | Method and Description |
---|---|
void |
collect(int doc) |
void |
setNextReader(org.apache.lucene.index.IndexReader reader,
int docBase) |
acceptsDocsOutOfOrder, getDelegate, setDelegate, setLastDelegate, setScorer
final java.util.Map fcontext
ValueSourceScorer scorer
int maxdoc
public void collect(int doc) throws java.io.IOException
collect
in class DelegatingCollector
java.io.IOException
public void setNextReader(org.apache.lucene.index.IndexReader reader, int docBase) throws java.io.IOException
setNextReader
in class DelegatingCollector
java.io.IOException