-
Bug
-
Resolution: Done
-
Major
-
8.0.1.Final, 8.1.0.Alpha2
-
None
The query having("myField").lte("Something") gets translated to lucene as myField:['_null_' TO 'Something'] where null is the defined null token for this field. This query returns wrong results or no results at all, depending on the value of the null token. The issue no longer appears if there is no null token defined; it will get properly translated to myField:[* TO 'Something'] .
- is caused by
-
HSEARCH-2030 Loading...