abstract class DocValuesTermsCollector<DV> extends SimpleCollector
| Modifier and Type | Class and Description |
|---|---|
(package private) static interface |
DocValuesTermsCollector.Function<R> |
| Modifier and Type | Field and Description |
|---|---|
protected DV |
docValues |
private DocValuesTermsCollector.Function<DV> |
docValuesCall |
| Constructor and Description |
|---|
DocValuesTermsCollector(DocValuesTermsCollector.Function<DV> docValuesCall) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static DocValuesTermsCollector.Function<BinaryDocValues> |
binaryDocValues(java.lang.String field) |
protected void |
doSetNextReader(LeafReaderContext context)
This method is called before collecting
context. |
(package private) static DocValuesTermsCollector.Function<SortedSetDocValues> |
sortedSetDocValues(java.lang.String field) |
collect, getLeafCollector, setScorerprotected DV docValues
private final DocValuesTermsCollector.Function<DV> docValuesCall
public DocValuesTermsCollector(DocValuesTermsCollector.Function<DV> docValuesCall)
protected final void doSetNextReader(LeafReaderContext context) throws java.io.IOException
SimpleCollectorcontext.doSetNextReader in class SimpleCollectorjava.io.IOExceptionstatic DocValuesTermsCollector.Function<BinaryDocValues> binaryDocValues(java.lang.String field)
static DocValuesTermsCollector.Function<SortedSetDocValues> sortedSetDocValues(java.lang.String field)