Class FloatDocValuesField

    • Constructor Detail

      • FloatDocValuesField

        public FloatDocValuesField​(String name,
                                   float value)
        Creates a new DocValues field with the specified 32-bit float value
        Parameters:
        name - field name
        value - 32-bit float value
        Throws:
        IllegalArgumentException - if the field name is null