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

Overriding index setting configuration bug #920

Closed
tung-huynh opened this issue Feb 20, 2020 · 0 comments
Closed

Overriding index setting configuration bug #920

tung-huynh opened this issue Feb 20, 2020 · 0 comments

Comments

@tung-huynh
Copy link

Hi guys,

It seems we got a bug at overriding the index settings configuration.
Here is how we can reproduce the issue.

Elasticsearch settings:
Screen Shot 2020-02-20 at 15 21 24

Document annotation:
Screen Shot 2020-02-20 at 15 26 46

Actually result:
Screen Shot 2020-02-20 at 15 21 09

Expected result:
{ "mappings": { "_doc": { "properties": [] } }, "settings": { "number_of_replicas":0, "number_of_shards": 5 } }

I believe this line which caused the bug, you can see the issue easily here

- PHP version: 7.3
- Elasticsearch version: 6.6.1
- Bundle version: 6.x
- Symfony version: 5.x
@tung-huynh tung-huynh changed the title overriding Index setting configuration bug Overriding index setting configuration bug Feb 20, 2020
petrmalina added a commit to petrmalina/ElasticsearchBundle that referenced this issue Feb 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant