-
Type:
Technical Task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: 6.2.0 CE M5
-
Component/s: Search Infrastructure, Search Infrastructure > Lucene Impl
-
Labels:None
-
Git Pull Request:
There is no specific Lucene analyzer defined for the DDM fields indexed for the different entities (i.e: Journal). Then, the default StandardAnalyzer is used.
This is creating some issues because they terms included in the Lucene query are always in L0WERCASE, although the Field values are indexed camel case sensitive. Then, the query doesn't return any values.