We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi guys,
It seems we got a bug at overriding the index settings configuration. Here is how we can reproduce the issue.
Elasticsearch settings:
Document annotation:
Actually result:
Expected result: { "mappings": { "_doc": { "properties": [] } }, "settings": { "number_of_replicas":0, "number_of_shards": 5 } }
{ "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
The text was updated successfully, but these errors were encountered:
https://github.com/ongr-io/ElasticsearchBundle/issues/920
f387839
769cd3d
Successfully merging a pull request may close this issue.
Hi guys,
It seems we got a bug at overriding the index settings configuration.
Here is how we can reproduce the issue.
Elasticsearch settings:
Document annotation:
Actually result:
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
The text was updated successfully, but these errors were encountered: