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