Interface AtomicGeoPointFieldData
-
- All Superinterfaces:
org.apache.lucene.util.Accountable,AtomicFieldData,java.lang.AutoCloseable,java.io.Closeable,Releasable
- All Known Implementing Classes:
AbstractAtomicGeoPointFieldData
public interface AtomicGeoPointFieldData extends AtomicFieldData
AtomicFieldDataspecialization for geo points.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MultiGeoPointValuesgetGeoPointValues()Return geo-point values.-
Methods inherited from interface org.elasticsearch.index.fielddata.AtomicFieldData
getBytesValues, getScriptValues
-
Methods inherited from interface org.elasticsearch.common.lease.Releasable
close
-
-
-
-
Method Detail
-
getGeoPointValues
MultiGeoPointValues getGeoPointValues()
Return geo-point values.
-
-