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?
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.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.