-
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 DSL range/below on a string field creates a TermRangeQuery with lower bound equal to the null token
- Closed
Vojtech Juranek <vjuranek@redhat.com> changed the Status of bug 1254053 from ON_QA to VERIFIED