Module org.elasticsearch.server
Class SourceValueFetcherMultiGeoPointIndexFieldData.SourceValueFetcherMultiGeoPointDocValues
java.lang.Object
org.apache.lucene.search.DocIdSetIterator
org.apache.lucene.index.SortedNumericDocValues
org.elasticsearch.index.fielddata.SourceValueFetcherSortedNumericIndexFieldData.SourceValueFetcherSortedNumericDocValues
org.elasticsearch.index.fielddata.SourceValueFetcherMultiGeoPointIndexFieldData.SourceValueFetcherMultiGeoPointDocValues
- All Implemented Interfaces:
SourceValueFetcherIndexFieldData.ValueFetcherDocValues
- Enclosing class:
- SourceValueFetcherMultiGeoPointIndexFieldData
public static class SourceValueFetcherMultiGeoPointIndexFieldData.SourceValueFetcherMultiGeoPointDocValues
extends SourceValueFetcherSortedNumericIndexFieldData.SourceValueFetcherSortedNumericDocValues
-
Field Summary
Fields inherited from class org.elasticsearch.index.fielddata.SourceValueFetcherSortedNumericIndexFieldData.SourceValueFetcherSortedNumericDocValues
iterator, leafReaderContext, sourceProvider, valueFetcher, values
Fields inherited from class org.apache.lucene.search.DocIdSetIterator
NO_MORE_DOCS
-
Constructor Summary
ConstructorsConstructorDescriptionSourceValueFetcherMultiGeoPointDocValues
(org.apache.lucene.index.LeafReaderContext leafReaderContext, ValueFetcher valueFetcher, SourceProvider sourceProvider) -
Method Summary
Methods inherited from class org.elasticsearch.index.fielddata.SourceValueFetcherSortedNumericIndexFieldData.SourceValueFetcherSortedNumericDocValues
advance, cost, docID, docValueCount, nextDoc, nextValue
Methods inherited from class org.apache.lucene.search.DocIdSetIterator
all, empty, range, slowAdvance
-
Constructor Details
-
SourceValueFetcherMultiGeoPointDocValues
public SourceValueFetcherMultiGeoPointDocValues(org.apache.lucene.index.LeafReaderContext leafReaderContext, ValueFetcher valueFetcher, SourceProvider sourceProvider)
-
-
Method Details
-
advanceExact
- Overrides:
advanceExact
in classSourceValueFetcherSortedNumericIndexFieldData.SourceValueFetcherSortedNumericDocValues
- Throws:
IOException
-