Class ByteDocValuesField

    • Constructor Detail

      • ByteDocValuesField

        public ByteDocValuesField​(String name,
                                  byte value)
        Deprecated.
        Creates a new DocValues field with the specified 8-bit byte value
        Parameters:
        name - field name
        value - 8-bit byte value
        Throws:
        IllegalArgumentException - if the field name is null.