I can't sort a string field in a way that should be consistent for me: I mean with a non case sensitive ordering.
A [similar issue|http://stackoverflow.com/questions/38472164/how-to-do-case-insensitive-sorting-using-hibernate-lucene-search] was reported on Stack Overflow, but it was concerning HSearch 3.6.2 and I currently use the analyzer given as response.
I realised a short test case here : https://github.com/rjoly/testcase-hibernate-search-sort |
|