|
As of HSEARCH 5.5, null value tokens for numeric properties are expected to be convertible to the corresponding numeric type and a numeric field should be written to the index in case the property is null.
The new null marker contract is not applied though for array (and probably also iterable/map) typed properties. Thus String fields are written to the index for null values contained in the array instead of numeric fields.
|