Details
-
Technical Task
-
Status: Closed
-
Minor
-
Resolution: Completed
-
None
-
None
Description
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.