Possible to perform "Constant Score Query" with "Percolate"?

My requirement is to perform bulk matching via "Percolate". Since its bulk and my requirement being exact match I don't want to pay the cost for scoring.

Is it possible to perform "Constant Score Query" in percolate as mentioned here ?
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-constant-score-query.html#query-dsl-constant-score-query

Appreciate any inputs on this ?

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