Class AbstractLeafGeoPointFieldData
java.lang.Object
org.elasticsearch.index.fielddata.plain.AbstractLeafGeoPointFieldData
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,org.apache.lucene.util.Accountable,Releasable,LeafFieldData,LeafGeoPointFieldData
public abstract class AbstractLeafGeoPointFieldData extends java.lang.Object implements LeafGeoPointFieldData
-
Constructor Summary
Constructors Constructor Description AbstractLeafGeoPointFieldData() -
Method Summary
Modifier and Type Method Description static LeafGeoPointFieldDataempty(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.LeafGeoPointFieldData
getGeoPointValues
-
Constructor Details
-
AbstractLeafGeoPointFieldData
public AbstractLeafGeoPointFieldData()
-
-
Method Details
-
getBytesValues
Description copied from interface:LeafFieldDataReturn a String representation of the values.- Specified by:
getBytesValuesin interfaceLeafFieldData
-
getScriptValues
Description copied from interface:LeafFieldDataReturns field values for use in scripting.- Specified by:
getScriptValuesin interfaceLeafFieldData
-
empty
-