Stored procedure in elastics search

Is it possible to register a request and call them by name to execute them. I am creating an application that will allow the user to save the search query associated with the tag. I would like to save the request generated by the filter in ES.

+4
source share
1 answer

The search pattern is the answer to this question. You can register requests and pass parameters using this mechanism.

+3
source

All Articles