Class GeoPointValues
java.lang.Object
org.elasticsearch.index.fielddata.GeoPointValues
Per-document geo-point values.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
advanceExact(int doc)
Advance this instance to the given document idabstract GeoPoint
Get theGeoPoint
associated 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
-