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 TypeMethodDescriptionboolean
advanceExact(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:SortedBinaryDocValues
Advance this instance to the given document id- Specified by:
advanceExact
in classSortedBinaryDocValues
- Returns:
- true if there is a value for this document
-