Interface AtomicGeoPointFieldData
-
- All Superinterfaces:
Accountable,AtomicFieldData,AutoCloseable,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.apache.lucene.util.Accountable
getChildResources, ramBytesUsed
-
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.
-
-