Remove search results with lower score than specified value in Solr

312 views Asked by At

On a very large volume of index, for most of the query I am getting search results in lacs number of features.

So I want to display search results that are more than certain specified score value, and not all the results.

How to remove results with lower score than specified value in solr?

0

There are 0 answers