Constructor ByteDocValuesField
ByteDocValuesField(String, Byte)
Creates a new DocValues field with the specified 8-bit byte value
Declaration
public ByteDocValuesField(string name, byte value)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | field name |
System.Byte | value | 8-bit byte value |