Constructor SortedSetDocValuesField
SortedSetDocValuesField(String, BytesRef)
Create a new sorted DocValues field.
Declaration
public SortedSetDocValuesField(string name, BytesRef bytes)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | field name |
BytesRef | bytes | binary content |