Now we use Solr 4.0 for our search platform. When we input a keyword for searching, and there are too many results returned. We want use a threshold of document score to discard those results whose scores are less than the threshold.
But we can't find how to implement it, may you kind to help us for this problem.