Class GeoPointValues
- java.lang.Object
-
- org.elasticsearch.index.fielddata.GeoPointValues
-
public abstract class GeoPointValues extends java.lang.ObjectPer-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.
-
-
-
Method Detail
-
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
public abstract GeoPoint geoPointValue()
-
-