Class BinaryDocValuesField

    • Field Detail

      • TYPE

        public static final FieldType TYPE
        Type for straight bytes DocValues.
    • Constructor Detail

      • BinaryDocValuesField

        public BinaryDocValuesField​(String name,
                                    BytesRef value)
        Create a new binary DocValues field.
        Parameters:
        name - field name
        value - binary content
        Throws:
        IllegalArgumentException - if the field name is null