Class GeoPointValues
java.lang.Object
org.elasticsearch.index.fielddata.GeoPointValues
public abstract class GeoPointValues
extends java.lang.Object
Per-document geo-point values.
-
Constructor Summary
Constructors Constructor Description GeoPointValues() -
Method Summary
Modifier and Type Method Description abstract booleanadvanceExact(int doc)Advance this instance to the given document idabstract GeoPointgeoPointValue()Get theGeoPointassociated with the current document.
-
Constructor Details
-
GeoPointValues
public GeoPointValues()
-
-
Method Details
-
advanceExact
public abstract boolean advanceExact(int doc) throws java.io.IOExceptionAdvance this instance to the given document id- Returns:
- true if there is a value for this document
- Throws:
java.io.IOException
-
geoPointValue
-