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