Interface LeafGeoPointFieldData
- All Superinterfaces:
org.apache.lucene.util.Accountable,java.lang.AutoCloseable,java.io.Closeable,LeafFieldData,Releasable
- All Known Implementing Classes:
AbstractLeafGeoPointFieldData
public interface LeafGeoPointFieldData extends LeafFieldData
LeafFieldData specialization for geo points.-
Field Summary
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE -
Method Summary
Modifier and Type Method Description MultiGeoPointValuesgetGeoPointValues()Return geo-point values.Methods inherited from interface org.apache.lucene.util.Accountable
getChildResources, ramBytesUsedMethods inherited from interface org.elasticsearch.index.fielddata.LeafFieldData
getBytesValues, getFormattedValues, getScriptValuesMethods inherited from interface org.elasticsearch.common.lease.Releasable
close
-
Method Details
-
getGeoPointValues
MultiGeoPointValues getGeoPointValues()Return geo-point values.
-