Module org.elasticsearch.server
Class StringScriptDocValues
java.lang.Object
org.elasticsearch.index.fielddata.SortedBinaryDocValues
org.elasticsearch.index.fielddata.SortingBinaryDocValues
org.elasticsearch.index.fielddata.StringScriptDocValues
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.index.fielddata.SortedBinaryDocValues
SortedBinaryDocValues.Sparsity, SortedBinaryDocValues.ValueMode -
Field Summary
Fields inherited from class org.elasticsearch.index.fielddata.SortingBinaryDocValues
count, values -
Method Summary
Modifier and TypeMethodDescriptionbooleanadvanceExact(int docId) Advance this instance to the given document idMethods inherited from class org.elasticsearch.index.fielddata.SortingBinaryDocValues
docValueCount, grow, nextValue, sortMethods inherited from class org.elasticsearch.index.fielddata.SortedBinaryDocValues
getSparsity, getValueMode
-
Method Details
-
advanceExact
public boolean advanceExact(int docId) Description copied from class:SortedBinaryDocValuesAdvance this instance to the given document id- Specified by:
advanceExactin classSortedBinaryDocValues- Returns:
- true if there is a value for this document
-