Class LongScriptFieldData.LongScriptLeafFieldData

java.lang.Object
org.elasticsearch.index.fielddata.plain.LeafLongFieldData
org.elasticsearch.index.fielddata.LongScriptFieldData.LongScriptLeafFieldData
All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.lucene.util.Accountable, Releasable, LeafFieldData, LeafNumericFieldData
Enclosing class:
LongScriptFieldData

public static class LongScriptFieldData.LongScriptLeafFieldData extends LeafLongFieldData
  • Method Details

    • getLongValues

      public org.apache.lucene.index.SortedNumericDocValues getLongValues()
      Description copied from interface: LeafNumericFieldData
      Get an integer view of the values of this segment. If the implementation stores floating-point numbers then these values will return the same values but casted to longs.