Interface LeafGeoPointFieldData
- All Superinterfaces:
- org.apache.lucene.util.Accountable,- AutoCloseable,- Closeable,- LeafFieldData,- org.elasticsearch.core.Releasable
- All Known Implementing Classes:
- AbstractLeafGeoPointFieldData
LeafFieldData specialization for geo points.- 
Field SummaryFields inherited from interface org.apache.lucene.util.AccountableNULL_ACCOUNTABLE
- 
Method SummaryModifier and TypeMethodDescriptionReturn geo-point values.Methods inherited from interface org.apache.lucene.util.AccountablegetChildResources, ramBytesUsedMethods inherited from interface org.elasticsearch.index.fielddata.LeafFieldDatagetBytesValues, getFormattedValues, getScriptValuesMethods inherited from interface org.elasticsearch.core.Releasableclose
- 
Method Details- 
getGeoPointValuesMultiGeoPointValues getGeoPointValues()Return geo-point values.
 
-