Constructor Int64Field
Int64Field(String, Int64, Field.Store)
Creates a stored or un-stored Int64Field with the provided value
and default precisionStep
PRECISION_STEP_DEFAULT (4).
Declaration
public Int64Field(string name, long value, Field.Store stored)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | field name |
System.Int64 | value | 64-bit |
Field.Store | stored | YES if the content should also be stored |
Int64Field(String, Int64, FieldType)
Expert: allows you to customize the FieldType.
Declaration
public Int64Field(string name, long value, FieldType type)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | field name |
System.Int64 | value | 64-bit |
FieldType | type | customized field type: must have NumericType of INT64. |