Class AbstractAtomicGeoPointFieldData
- java.lang.Object
-
- org.elasticsearch.index.fielddata.plain.AbstractAtomicGeoPointFieldData
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,org.apache.lucene.util.Accountable,Releasable,AtomicFieldData,AtomicGeoPointFieldData
public abstract class AbstractAtomicGeoPointFieldData extends java.lang.Object implements AtomicGeoPointFieldData
-
-
Constructor Summary
Constructors Constructor Description AbstractAtomicGeoPointFieldData()
-
Method Summary
Modifier and Type Method Description static AtomicGeoPointFieldDataempty(int maxDoc)SortedBinaryDocValuesgetBytesValues()Return a String representation of the values.ScriptDocValues.GeoPointsgetScriptValues()Returns field values for use in scripting.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.index.fielddata.AtomicFieldData
getLegacyFieldValues
-
Methods inherited from interface org.elasticsearch.index.fielddata.AtomicGeoPointFieldData
getGeoPointValues
-
Methods inherited from interface org.elasticsearch.common.lease.Releasable
close
-
-
-
-
Method Detail
-
getBytesValues
public final SortedBinaryDocValues getBytesValues()
Description copied from interface:AtomicFieldDataReturn a String representation of the values.- Specified by:
getBytesValuesin interfaceAtomicFieldData
-
getScriptValues
public final ScriptDocValues.GeoPoints getScriptValues()
Description copied from interface:AtomicFieldDataReturns field values for use in scripting.- Specified by:
getScriptValuesin interfaceAtomicFieldData
-
empty
public static AtomicGeoPointFieldData empty(int maxDoc)
-
-