]
Adrian Nistor commented on ISPN-4046:
-------------------------------------
It turns out the null string token magically works for numbers too. This started to work
after several fixes were done in hibernate-search and hql-parser like HSEARCH-1836 and
HQLPARSER-66. There still is a pending issue that affects sorting of nullable numerics:
New query dsl does not support isNull filters for non-string
properties
-----------------------------------------------------------------------
Key: ISPN-4046
URL:
https://issues.jboss.org/browse/ISPN-4046
Project: Infinispan
Issue Type: Bug
Components: Embedded Querying, Remote Querying
Affects Versions: 6.0.1.Final
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Labels: 630
Fix For: 8.0.0.CR1, 8.0.0.Final
String properties can be supported because of Hibernate Search null token, but HSearch
only offers this for strings and not for other types.