Module org.elasticsearch.server
Class AbstractLeafGeoPointFieldData
java.lang.Object
org.elasticsearch.index.fielddata.LeafGeoPointFieldData
org.elasticsearch.index.fielddata.plain.AbstractLeafGeoPointFieldData
- All Implemented Interfaces:
- Closeable,- AutoCloseable,- org.apache.lucene.util.Accountable,- Releasable,- LeafFieldData
- 
Field SummaryFieldsFields inherited from interface org.apache.lucene.util.AccountableNULL_ACCOUNTABLE
- 
Constructor SummaryConstructorsConstructorDescriptionAbstractLeafGeoPointFieldData(ToScriptFieldFactory<MultiGeoPointValues> toScriptFieldFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionfinal SortedBinaryDocValuesReturn a String representation of the values.getScriptFieldFactory(String name) Methods inherited from class org.elasticsearch.index.fielddata.LeafGeoPointFieldDatagetGeoPointValues, getSortedNumericDocValuesMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.lucene.util.AccountablegetChildResources, ramBytesUsedMethods inherited from interface org.elasticsearch.index.fielddata.LeafFieldDatagetFormattedValuesMethods inherited from interface org.elasticsearch.core.Releasableclose
- 
Field Details- 
toScriptFieldFactory
 
- 
- 
Constructor Details- 
AbstractLeafGeoPointFieldDatapublic AbstractLeafGeoPointFieldData(ToScriptFieldFactory<MultiGeoPointValues> toScriptFieldFactory) 
 
- 
- 
Method Details- 
getBytesValuesDescription copied from interface:LeafFieldDataReturn a String representation of the values.
- 
getScriptFieldFactoryDescription copied from interface:LeafFieldData
 
-