public abstract class FieldCacheCollector
extends org.apache.lucene.search.Collector
getValue(int), so we need an
abstract superclass defining it.| Modifier and Type | Field and Description |
|---|---|
protected org.apache.lucene.search.Collector |
delegate |
| Constructor and Description |
|---|
FieldCacheCollector(org.apache.lucene.search.Collector delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsDocsOutOfOrder() |
abstract void |
collect(int doc) |
abstract Object |
getValue(int docId) |
void |
setScorer(org.apache.lucene.search.Scorer scorer) |
public FieldCacheCollector(org.apache.lucene.search.Collector delegate)
public final void setScorer(org.apache.lucene.search.Scorer scorer)
throws IOException
setScorer in class org.apache.lucene.search.CollectorIOExceptionpublic final boolean acceptsDocsOutOfOrder()
acceptsDocsOutOfOrder in class org.apache.lucene.search.Collectorpublic abstract void collect(int doc)
throws IOException
collect in class org.apache.lucene.search.CollectorIOExceptionpublic abstract Object getValue(int docId)
Copyright © 2006–2015 Hibernate. All rights reserved.