-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add suppport for SearchTemplateRequests #1891
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
Labels
Milestone
Comments
sothawo
added a commit
to sothawo/spring-data-elasticsearch
that referenced
this issue
Aug 2, 2021
NativeSearchQuery
falsely linked from PR #1894 |
Has this finished now? |
This is still an open issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Follow-up to #1725, there was a
SearchTemplateRequestBuilder
added to theNativeSearchQuery
, but that is not the right place.We need to define the parameters for a search template request and add a
search(template)
method to the differentSearchOperations
interfaces and implement them (#1725 only added the support the theReactiveElasticsearchClient
, not to the operations).Note: update the answer in https://stackoverflow.com/questions/68572136/how-to-use-elastic-search-template-idstored-in-es-cluster-in-spring-boot-get-r when this is implemented
The text was updated successfully, but these errors were encountered: