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