Class DoubleScriptFieldData.DoubleScriptLeafFieldData

java.lang.Object
org.elasticsearch.index.fielddata.plain.LeafDoubleFieldData
org.elasticsearch.index.fielddata.DoubleScriptFieldData.DoubleScriptLeafFieldData
All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.lucene.util.Accountable, org.elasticsearch.core.Releasable, LeafFieldData, LeafNumericFieldData
Enclosing class:
DoubleScriptFieldData

public static class DoubleScriptFieldData.DoubleScriptLeafFieldData extends LeafDoubleFieldData
  • Method Details

    • getDoubleValues

      public SortedNumericDoubleValues getDoubleValues()
      Description copied from interface: LeafNumericFieldData
      Return a floating-point view of the values in this segment. If the implementation stored integers then the returned doubles would be the same ones as you would get from casting to a double.
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Specified by:
      close in interface org.elasticsearch.core.Releasable
      Overrides:
      close in class LeafDoubleFieldData