Class BooleanScriptFieldData.BooleanScriptLeafFieldData

org.elasticsearch.index.fielddata.plain.LeafLongFieldData
org.elasticsearch.index.fielddata.BooleanScriptFieldData.BooleanScriptLeafFieldData
All Implemented Interfaces:
, , org.apache.lucene.util.Accountable, org.elasticsearch.core.Releasable, LeafFieldData, LeafNumericFieldData
Enclosing class:
BooleanScriptFieldData

public static class BooleanScriptFieldData.BooleanScriptLeafFieldData extends LeafLongFieldData
  • Field Summary

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

    NULL_ACCOUNTABLE
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    org.apache.lucene.index.SortedNumericDocValues
    Get an integer view of the values of this segment.

    Methods inherited from class org.elasticsearch.index.fielddata.plain.LeafLongFieldData

    getBytesValues, getDoubleValues, getFormattedValues, getScriptValues, ramBytesUsed

    Methods inherited from class java.lang.

    , , , , , , , , , ,

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

    getChildResources
  • 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.
    • close

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