Hello all, Our team want to add new setting to Elasticsearch in order to support to search special characters.
1) Stop Ivy server. 2) Put new setting to template. 3) Restart Ivy server. But new setting is also lost. To pass over this issue, we MUST delete all data in database of this index, then put new setting and restart Ivy server. Could you please tell me the way to go over this issue without deleting data? (Because we cannot delete data of customer). We are using Ivy7.0.3 and External ElasticSearch 5.5 and Oracle database. Thanks, Tuan asked 29.11.2018 at 03:04 pptuan |
Hi all, To keep new setting of Elasticsearch when restarting Ivy server, we have to put new setting to template with 2 important points:
answered 11.12.2018 at 02:20 pptuan |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 29.11.2018 at 03:04
Seen: 1,731 times
Last updated: 11.12.2018 at 02:20
If you change something at the index I think on elastic search server side you have always to reindex. We make a index per businessdata type, so it is better you change the template which then is used for every ivy index. But the new template is only used for new Indexes, so its the easiest way to just delete it and ivy will recreate it then.
Thanks @Christian St... ♦. Can we reindex data without deleting index? Currently it always deletes index and recreate index if we put new setting in that index, therefore new setting for that index will be gone.