jprante / elasticsearch-plugin-bundle

A bundle of useful Elasticsearch plugins
GNU Affero General Public License v3.0
110 stars 17 forks source link

register setting plugins.xbib.icu.enabled via getSettings() #34

Closed grmblfrz closed 7 years ago

grmblfrz commented 7 years ago

Without registering the setting it is not possible to disable ICU in elasticsearch 5.x. I need the icu_collation filter which is in the analysis-icu plugin which clashes with elasticsearch-plugin-bundle: (org.elasticsearch.bootstrap.StartupException: java.lang.IllegalArgumentException: char_filter for name [icu_normalizer] already registered)

jprante commented 7 years ago

Interesting. Thanks!