Class AbstractLeafGeoPointFieldData
java.lang.Object
org.elasticsearch.index.fielddata.plain.AbstractLeafGeoPointFieldData
- All Implemented Interfaces:
Closeable,AutoCloseable,org.apache.lucene.util.Accountable,org.elasticsearch.core.Releasable,LeafFieldData,LeafGeoPointFieldData
-
Field Summary
FieldsFields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE -
Constructor Summary
ConstructorsConstructorDescriptionAbstractLeafGeoPointFieldData(ToScriptFieldFactory<MultiGeoPointValues> toScriptFieldFactory) -
Method Summary
Modifier and TypeMethodDescriptionstatic LeafGeoPointFieldDataempty(int maxDoc, ToScriptFieldFactory<MultiGeoPointValues> toScriptFieldFactory) final SortedBinaryDocValuesReturn a String representation of the values.getScriptFieldFactory(String name) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.lucene.util.Accountable
getChildResources, ramBytesUsedMethods inherited from interface org.elasticsearch.index.fielddata.LeafFieldData
getFormattedValuesMethods inherited from interface org.elasticsearch.index.fielddata.LeafGeoPointFieldData
getGeoPointValuesMethods inherited from interface org.elasticsearch.core.Releasable
close
-
Field Details
-
toScriptFieldFactory
-
-
Constructor Details
-
AbstractLeafGeoPointFieldData
public AbstractLeafGeoPointFieldData(ToScriptFieldFactory<MultiGeoPointValues> toScriptFieldFactory)
-
-
Method Details
-
getBytesValues
Description copied from interface:LeafFieldDataReturn a String representation of the values.- Specified by:
getBytesValuesin interfaceLeafFieldData
-
getScriptFieldFactory
Description copied from interface:LeafFieldData- Specified by:
getScriptFieldFactoryin interfaceLeafFieldData
-
empty
public static LeafGeoPointFieldData empty(int maxDoc, ToScriptFieldFactory<MultiGeoPointValues> toScriptFieldFactory)
-