How to use min_score parameter in ES percolator query?

Hi all.

My case scenario is such that when the documents are percolated against the stored queries, only those queries that have a score greater than a threshold give a hit for the respective document. I tried min_score parameter in stored queries, but it doesn't work. Is there any other method to address my use case?

check this

Thank you for your response. It is possible to give min_score in search request. But it will not serve the purpose as the use case has different min_score for each stored queries. When a document is percolated against the stored queries, hit should be only for those queries which has the score greater than a threshold score set for each queries. I hope you understood my use case.

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