Property | Type | Description | |
---|---|---|---|
TYPE |
Method | Description | |
---|---|---|
NumericDocValuesField ( string name, long value ) : System |
Creates a new DocValues field with the specified 64-bit long value
|
Method | Description | |
---|---|---|
NumericDocValuesField ( ) : System |
public NumericDocValuesField ( string name, long value ) : System | ||
name | string | field name |
value | long | 64-bit long value |
return | System |