Off the top of my head you "maybe" you can get the number of results and then look at the last document and check its score. I believe the results will be ordered by score?

On 08/04/2011 05:44 PM, Kissue Kissue wrote:
Hi,

I am using Solr 3.1 with the SolrJ client library. I can see that it is
possible to get the maximum score for your search by using the following:

response.getResults().getMaxScore()

I am wondering is there some simple solution to get the minimum score?

Many thanks.


Reply via email to