Named query for "Percolating An Existing Document"

Similar to the naming percolate queries while supplying the actual document -
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-percolate-query.html#_specifying_multiple_percolate_queries

How do I name a query while percolating an indexed documented. In short, how do we name the query for this scenario -
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-percolate-query.html#_percolating_an_existing_document

For the context, I'm trying to bulk percolate search, hence would like to identify/map the request to the response.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.