Module org.elasticsearch.server
Class SourceValueFetcherSortedNumericIndexFieldData.SourceValueFetcherSortedNumericDocValues
java.lang.Object
org.apache.lucene.search.DocIdSetIterator
org.apache.lucene.index.SortedNumericDocValues
org.elasticsearch.index.fielddata.SourceValueFetcherSortedNumericIndexFieldData.SourceValueFetcherSortedNumericDocValues
- All Implemented Interfaces:
SourceValueFetcherIndexFieldData.ValueFetcherDocValues
- Direct Known Subclasses:
SourceValueFetcherMultiGeoPointIndexFieldData.SourceValueFetcherMultiGeoPointDocValues
- Enclosing class:
SourceValueFetcherSortedNumericIndexFieldData
public static class SourceValueFetcherSortedNumericIndexFieldData.SourceValueFetcherSortedNumericDocValues
extends org.apache.lucene.index.SortedNumericDocValues
implements SourceValueFetcherIndexFieldData.ValueFetcherDocValues
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.apache.lucene.index.LeafReaderContextprotected final SourceProviderprotected final ValueFetcherFields inherited from class org.apache.lucene.search.DocIdSetIterator
NO_MORE_DOCS -
Constructor Summary
ConstructorsConstructorDescriptionSourceValueFetcherSortedNumericDocValues(org.apache.lucene.index.LeafReaderContext leafReaderContext, ValueFetcher valueFetcher, SourceProvider sourceProvider) -
Method Summary
Modifier and TypeMethodDescriptionintadvance(int target) booleanadvanceExact(int doc) longcost()intdocID()intintnextDoc()longMethods inherited from class org.apache.lucene.search.DocIdSetIterator
all, empty, range, slowAdvance
-
Field Details
-
leafReaderContext
protected final org.apache.lucene.index.LeafReaderContext leafReaderContext -
valueFetcher
-
sourceProvider
-
values
-
iterator
-
-
Constructor Details
-
SourceValueFetcherSortedNumericDocValues
public SourceValueFetcherSortedNumericDocValues(org.apache.lucene.index.LeafReaderContext leafReaderContext, ValueFetcher valueFetcher, SourceProvider sourceProvider)
-
-
Method Details
-
advanceExact
- Throws:
IOException
-
docValueCount
public int docValueCount()- Specified by:
docValueCountin classorg.apache.lucene.index.SortedNumericDocValues
-
nextValue
public long nextValue()- Specified by:
nextValuein classorg.apache.lucene.index.SortedNumericDocValues
-
docID
public int docID()- Specified by:
docIDin classorg.apache.lucene.search.DocIdSetIterator
-
nextDoc
public int nextDoc()- Specified by:
nextDocin classorg.apache.lucene.search.DocIdSetIterator
-
advance
public int advance(int target) - Specified by:
advancein classorg.apache.lucene.search.DocIdSetIterator
-
cost
public long cost()- Specified by:
costin classorg.apache.lucene.search.DocIdSetIterator
-