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, org.elasticsearch.common.lease.Releasable, LeafFieldData, LeafGeoPointFieldData

public abstract class AbstractLeafGeoPointFieldData
extends java.lang.Object
implements LeafGeoPointFieldData
  • Field Summary

    Fields inherited from interface org.apache.lucene.util.Accountable

    NULL_ACCOUNTABLE
  • Constructor Summary

    Constructors
    Constructor Description
    AbstractLeafGeoPointFieldData()  
  • Method Summary

    Modifier and Type Method Description
    static LeafGeoPointFieldData empty​(int maxDoc)  
    SortedBinaryDocValues getBytesValues()
    Return a String representation of the values.
    ScriptDocValues.GeoPoints getScriptValues()
    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.apache.lucene.util.Accountable

    getChildResources, ramBytesUsed

    Methods inherited from interface org.elasticsearch.index.fielddata.LeafFieldData

    getFormattedValues

    Methods inherited from interface org.elasticsearch.index.fielddata.LeafGeoPointFieldData

    getGeoPointValues

    Methods inherited from interface org.elasticsearch.common.lease.Releasable

    close