Module org.elasticsearch.server
Class SourceValueFetcherMultiGeoPointIndexFieldData.SourceValueFetcherMultiGeoPointDocValues
java.lang.Object
org.elasticsearch.index.fielddata.SortedNumericLongValues
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, valuesFields inherited from class org.elasticsearch.index.fielddata.SortedNumericLongValues
EMPTY -
Constructor Summary
ConstructorsConstructorDescriptionSourceValueFetcherMultiGeoPointDocValues(org.apache.lucene.index.LeafReaderContext leafReaderContext, ValueFetcher valueFetcher, SourceProvider sourceProvider) -
Method Summary
Modifier and TypeMethodDescriptionbooleanadvanceExact(int doc) Advance the iterator to exactlytargetand return whethertargethas a value.Methods inherited from class org.elasticsearch.index.fielddata.SourceValueFetcherSortedNumericIndexFieldData.SourceValueFetcherSortedNumericDocValues
docValueCount, nextValueMethods inherited from class org.elasticsearch.index.fielddata.SortedNumericLongValues
singleton, unwrapSingleton, wrap
-
Constructor Details
-
SourceValueFetcherMultiGeoPointDocValues
public SourceValueFetcherMultiGeoPointDocValues(org.apache.lucene.index.LeafReaderContext leafReaderContext, ValueFetcher valueFetcher, SourceProvider sourceProvider)
-
-
Method Details
-
advanceExact
Description copied from class:SortedNumericLongValuesAdvance the iterator to exactlytargetand return whethertargethas a value.targetmust be greater than or equal to the current doc ID and must be a valid doc ID, ie. ≥ 0 and <maxDoc.- Overrides:
advanceExactin classSourceValueFetcherSortedNumericIndexFieldData.SourceValueFetcherSortedNumericDocValues- Throws:
IOException
-