We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
runtime_fields can be defined in the index mapping (https://www.elastic.co/guide/en/elasticsearch/reference/7.12/runtime-mapping-fields.html) or on a query. We already support them in NativeSearchQuery as scripted field.
NativeSearchQuery
It should be possible to define them on the index mapping level.
The text was updated successfully, but these errors were encountered:
0836411
Clarifying: we have scripted fields but not runtime fields in the query. This will be done with #1971
Sorry, something went wrong.
sothawo
Successfully merging a pull request may close this issue.
runtime_fields can be defined in the index mapping (https://www.elastic.co/guide/en/elasticsearch/reference/7.12/runtime-mapping-fields.html) or on a query. We already support them in
NativeSearchQuery
as scripted field.It should be possible to define them on the index mapping level.
The text was updated successfully, but these errors were encountered: