Enum NumericType
Data type of the numeric value @since 3.2
Namespace: Lucene.Net.Documents
Assembly: Lucene.Net.dll
Syntax
public enum NumericTypeFields
| Name | Description | 
|---|---|
| DOUBLE | 64-bit double numeric type | 
| INT32 | 32-bit integer numeric type NOTE: This was INT in Lucene | 
| INT64 | 64-bit long numeric type NOTE: This was LONG in Lucene | 
| NONE | No numeric type will be used. 
NOTE: This is the same as setting to  | 
| SINGLE | 32-bit float numeric type NOTE: This was FLOAT in Lucene |