PHRAS-3583

define a custom "sort" analyzer (whole value, lowercase, no diacritics)
fix sort by type (string/date/number)
fix sort on business fields (use "private_caption.field")
sort string fields on ".sort" sub-value (in place of ".raw")
add option for docker/es to activate scripting on search (disabled for now)
This commit is contained in:
jygaulier
2021-11-16 20:52:54 +01:00
parent a43b94684e
commit ce3a28b5cd
5 changed files with 72 additions and 7 deletions

View File

@@ -1,3 +1,6 @@
FROM elasticsearch:2.4
# uncomment to allow (groovy) script in search/sort etc.
# RUN echo "script.engine.groovy.inline.search: on" >> config/elasticsearch.yml
RUN /usr/share/elasticsearch/bin/plugin install analysis-icu