Class GeoPointScriptDocValues
java.lang.Object
org.elasticsearch.index.fielddata.MultiGeoPointValues
org.elasticsearch.index.fielddata.GeoPointScriptDocValues
-
Method Summary
Modifier and TypeMethodDescriptionbooleanadvanceExact(int docId)Advance this instance to the given document idintReturn the number of geo points the current document has.Return the next value associated with the current document.
-
Method Details
-
advanceExact
public boolean advanceExact(int docId)Description copied from class:MultiGeoPointValuesAdvance this instance to the given document id- Specified by:
advanceExactin classMultiGeoPointValues- Returns:
- true if there is a value for this document
-
docValueCount
public int docValueCount()Description copied from class:MultiGeoPointValuesReturn the number of geo points the current document has.- Specified by:
docValueCountin classMultiGeoPointValues
-
nextValue
Description copied from class:MultiGeoPointValuesReturn the next value associated with the current document. This must not be called more thanMultiGeoPointValues.docValueCount()times. Note: the returnedGeoPointmight be shared across invocations.- Specified by:
nextValuein classMultiGeoPointValues- Returns:
- the next value for the current docID set to
MultiGeoPointValues.advanceExact(int).
-