org.hibernate.search.query.collector.impl
public abstract class FieldCacheCollector extends Collector
getValue(int), so we need an
abstract superclass defining it.| Constructor and Description |
|---|
FieldCacheCollector(Collector delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsDocsOutOfOrder() |
abstract void |
collect(int doc) |
abstract Object |
getValue(int docId) |
abstract void |
setNextReader(IndexReader reader,
int docBase) |
void |
setScorer(Scorer scorer) |
protected final Collector delegate
public FieldCacheCollector(Collector delegate)
public final void setScorer(Scorer scorer) throws IOException
setScorer in class CollectorIOExceptionpublic final boolean acceptsDocsOutOfOrder()
acceptsDocsOutOfOrder in class Collectorpublic abstract void collect(int doc)
throws IOException
collect in class CollectorIOExceptionpublic abstract void setNextReader(IndexReader reader, int docBase) throws IOException
setNextReader in class CollectorIOExceptionpublic abstract Object getValue(int docId)
Copyright © 2006-2015 Red Hat, Inc. All Rights Reserved