Module org.elasticsearch.server
Class LeafGeoPointFieldData
java.lang.Object
org.elasticsearch.index.fielddata.LeafPointFieldData<MultiGeoPointValues>
org.elasticsearch.index.fielddata.plain.LeafGeoPointFieldData
- All Implemented Interfaces:
Closeable
,AutoCloseable
,org.apache.lucene.util.Accountable
,Releasable
,LeafFieldData
-
Field Summary
FieldsFields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE
-
Constructor Summary
ConstructorsConstructorDescriptionLeafGeoPointFieldData
(ToScriptFieldFactory<MultiGeoPointValues> toScriptFieldFactory) -
Method Summary
Modifier and TypeMethodDescriptionfinal SortedBinaryDocValues
Return a String representation of the values.final MultiGeoPointValues
Return geo-point or point values.getScriptFieldFactory
(String name) Methods inherited from class org.elasticsearch.index.fielddata.LeafPointFieldData
getSortedNumericDocValues
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.lucene.util.Accountable
getChildResources, ramBytesUsed
Methods inherited from interface org.elasticsearch.index.fielddata.LeafFieldData
close, getFormattedValues
-
Field Details
-
toScriptFieldFactory
-
-
Constructor Details
-
LeafGeoPointFieldData
-
-
Method Details
-
getPointValues
Description copied from class:LeafPointFieldData
Return geo-point or point values.- Specified by:
getPointValues
in classLeafPointFieldData<MultiGeoPointValues>
-
getBytesValues
Description copied from interface:LeafFieldData
Return a String representation of the values. -
getScriptFieldFactory
Description copied from interface:LeafFieldData
-