Constructor NumericDocValuesField
NumericDocValuesField(String)
Declaration
protected NumericDocValuesField(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
NumericDocValuesField(String, Int64)
Creates a new DocValues field with the specified 64-bit
Declaration
public NumericDocValuesField(string name, long value)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | field name |
System.Int64 | value | 64-bit |