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
I am just wondering if it is supported to add runtime fields / runtime mappings to a search query: https://www.elastic.co/guide/en/elasticsearch/reference/current/runtime-search-request.html
I couldn't find this mentioned anywhere in the documentation. Thanks
[x ] elastic.v7 (for Elasticsearch 7.x) [ ] elastic.v6 (for Elasticsearch 6.x) [ ] elastic.v5 (for Elasticsearch 5.x) [ ] elastic.v3 (for Elasticsearch 2.x) [ ] elastic.v2 (for Elasticsearch 1.x)
The text was updated successfully, but these errors were encountered:
Yes, I would love to see support for this anytime soon. Though I didn't start implementing it yet.
Sorry, something went wrong.
Add runtime fields
f836e24
This commit adds runtime fields/mappings to the client. See https://www.elastic.co/guide/en/elasticsearch/reference/7.14/runtime.html for details. Close #1527
Add runtime fields/mappings (#1528)
4fa5c50
Add runtime fields/mappings (olivere#1528)
fe42d85
This commit adds runtime fields/mappings to the client. See https://www.elastic.co/guide/en/elasticsearch/reference/7.14/runtime.html for details. Close olivere#1527
Successfully merging a pull request may close this issue.
I am just wondering if it is supported to add runtime fields / runtime mappings to a search query:
https://www.elastic.co/guide/en/elasticsearch/reference/current/runtime-search-request.html
I couldn't find this mentioned anywhere in the documentation.
Thanks
Which version of Elastic are you using?
[x ] elastic.v7 (for Elasticsearch 7.x)
[ ] elastic.v6 (for Elasticsearch 6.x)
[ ] elastic.v5 (for Elasticsearch 5.x)
[ ] elastic.v3 (for Elasticsearch 2.x)
[ ] elastic.v2 (for Elasticsearch 1.x)
The text was updated successfully, but these errors were encountered: