-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Define the script in the @ScriptedField annotation #2035
Comments
runtime fields and scripted fields are different things. In Spring Data Elasticsearch scripted fields are currently only available via the But not before we have changed or at least added the internal client implementation to the new Elasticsearch Client, which is what I am currently working on. |
Yes, many issue depend on the new ES client. Most issue can be blocked. Is there anything I can do to help you with your the new client? |
How about integration of the @ScriptedField annotation and the ScriptedField/RuntimeField inside query factories?
For example:
From my opinion, it is better to use the RuntimeField instead of the ScriptedField because it is part of the ElasticSearch library.
The text was updated successfully, but these errors were encountered: