Class FloatRangeDocValuesField

  • All Implemented Interfaces:
    IndexableField

    public class FloatRangeDocValuesField
    extends BinaryDocValuesField
    DocValues field for FloatRange. This is a single valued field per document due to being an extension of BinaryDocValuesField.
    • Constructor Detail

      • FloatRangeDocValuesField

        public FloatRangeDocValuesField​(String field,
                                        float[] min,
                                        float[] max)
        Sole constructor.
    • Method Detail

      • getMin

        public float getMin​(int dimension)
        Get the minimum value for the given dimension.
      • getMax

        public float getMax​(int dimension)
        Get the maximum value for the given dimension.