-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.9.3
-
Component/s: Elasticsearch
-
Tags:
-
Sprint:Sprint RepoTeam 5.9.4-1
Field marked as fulltext in the elasticsearch index configuration are analyzed with the fulltext analyazer therefore when sorting on this field the sort is done on the tokenized field
which is different as the field value. For instance a results ordered by dc:title will be incorrect.
Fulltext field must be multi indexed: raw and analyzed and the raw index must be used for sorting.
.