Details
-
Improvement
-
Resolution: Won't Fix
-
Major
-
None
-
1.4, 1.5
-
lucene, sorting
-
Description
Currently all the object data fields (and most document data) is only indexed as TOKENIZED.
This makes sorting by those fields unusable on strings of more than one word as Lucene picks one of any of the tokens to sort by.