mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 21:43:18 +00:00

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)
7 lines
224 B
Docker
7 lines
224 B
Docker
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
|