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