Whether to store Numeric fields as 64-bit integer-only values, or doubles. Set this parameter to true
to store signed 64 bit integer-only values in Numeric fields.
This option allows more efficient storage of bitfield values, which you can use with BITAND FieldText
queries and the #DREFIELDBITOR
, #DREFIELDBITAND
and #DREFIELDBITXOR
operators for the DREREPLACE index action.
For fields that are not NumericIntegerOnly
or BitFieldType, you can perform these BitField operations only on 32 bit values.
Note: You can set NumericIntegerOnly
only for NumericType fields.
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | MyProperty
|
Example: | NumericIntegerOnly=true
|
See Also: |
Note: If you change this setting after you have indexed content into IDOL Server, you must reindex the content, unless you set RegenerateNumericDateIndex
to true
.
|