Class LeafDoubleFieldData

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

public abstract class LeafDoubleFieldData extends Object implements LeafNumericFieldData
Specialization of LeafNumericFieldData for floating-point numerics.
  • Constructor Details

    • LeafDoubleFieldData

      protected LeafDoubleFieldData(long ramBytesUsed)
  • Method Details