Constructor StraightBytesDocValuesField
StraightBytesDocValuesField(String, BytesRef)
Create a new fixed or variable length DocValues field.
Declaration
public StraightBytesDocValuesField(string name, BytesRef bytes)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | field name |
BytesRef | bytes | binary content |
StraightBytesDocValuesField(String, BytesRef, Boolean)
Create a new fixed or variable length direct DocValues field.
Declaration
public StraightBytesDocValuesField(string name, BytesRef bytes, bool isFixedLength)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | field name |
BytesRef | bytes | binary content |
System.Boolean | isFixedLength | (ignored) |