Class IndexHistogramFieldData

java.lang.Object
org.elasticsearch.index.fielddata.IndexHistogramFieldData
All Implemented Interfaces:
IndexFieldData<LeafHistogramFieldData>

public abstract class IndexHistogramFieldData
extends java.lang.Object
implements IndexFieldData<LeafHistogramFieldData>
Specialization of IndexFieldData for histograms.
  • Field Details

    • fieldName

      protected final java.lang.String fieldName
    • valuesSourceType

      protected final ValuesSourceType valuesSourceType
  • Constructor Details

    • IndexHistogramFieldData

      public IndexHistogramFieldData​(java.lang.String fieldName, ValuesSourceType valuesSourceType)
  • Method Details