Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to customize elastic index properties on index creation #995

Closed
Izayda opened this issue Jul 15, 2021 · 0 comments
Closed

Allow to customize elastic index properties on index creation #995

Izayda opened this issue Jul 15, 2021 · 0 comments

Comments

@Izayda
Copy link
Contributor

Izayda commented Jul 15, 2021

Is your feature request related to a problem? Please describe.
Now it is not possible to customize index settings through vendure (https://www.elastic.co/guide/en/elasticsearch/reference/7.x/index-modules.html#index-modules-settings)
The only one way - manually recreate indices.

Describe the solution you'd like
The ability to fill indices config in vendure config.

Describe alternatives you've considered
Manually recreate indices

Additional context
https://www.elastic.co/guide/en/elasticsearch/reference/7.x/index-modules.html#index-modules-settings

michaelbromley pushed a commit that referenced this issue Jul 23, 2021
…d mappings

* #995 feat(elastic): add abilty to customize index settings on index creation

* #995 feat(elastic): warn user about difference between actual index and config index

* #995 feat(elastic): warn user about difference between actual index and config index - fix import order

* #995 feat(elastic): implement background index recreation while reindexing with aliases

* #995 feat(elastic): implement index name salt and fix bugs

* #995 feat(elastic): make re-indexing robust and clean up code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants