public class FetchCollector
extends java.lang.Object
Constructor and Description |
---|
FetchCollector(java.util.List<LuceneCollectorExpression<?>> collectorExpressions,
org.elasticsearch.index.mapper.MapperService mapperService,
org.elasticsearch.index.engine.Engine.Searcher searcher,
org.elasticsearch.index.fielddata.IndexFieldDataService indexFieldDataService,
int readerId) |
Modifier and Type | Method and Description |
---|---|
void |
collect(com.carrotsearch.hppc.IntContainer docIds,
StreamBucket.Builder builder) |
void |
setNextDocId(int doc) |
void |
setNextReader(org.apache.lucene.index.AtomicReaderContext context) |
public FetchCollector(java.util.List<LuceneCollectorExpression<?>> collectorExpressions, org.elasticsearch.index.mapper.MapperService mapperService, org.elasticsearch.index.engine.Engine.Searcher searcher, org.elasticsearch.index.fielddata.IndexFieldDataService indexFieldDataService, int readerId)
public void setNextReader(org.apache.lucene.index.AtomicReaderContext context) throws java.io.IOException
java.io.IOException
public void setNextDocId(int doc) throws java.io.IOException
java.io.IOException
public void collect(com.carrotsearch.hppc.IntContainer docIds, StreamBucket.Builder builder) throws java.io.IOException
java.io.IOException