Class StringScriptDocValues
java.lang.Object
org.elasticsearch.index.fielddata.SortedBinaryDocValues
org.elasticsearch.index.fielddata.SortingBinaryDocValues
org.elasticsearch.index.fielddata.StringScriptDocValues
-
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, sort
-
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
-