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, waitMethods inherited from interface org.elasticsearch.index.fielddata.AtomicGeoPointFieldData
getGeoPointValues
-
Constructor Details
-
AbstractAtomicGeoPointFieldData
public AbstractAtomicGeoPointFieldData()
-
-
Method Details
-
getBytesValues
Description copied from interface:AtomicFieldDataReturn a String representation of the values.- Specified by:
getBytesValuesin interfaceAtomicFieldData
-
getScriptValues
Description copied from interface:AtomicFieldDataReturns field values for use in scripting.- Specified by:
getScriptValuesin interfaceAtomicFieldData
-
empty
-