But that would mean returning all the results without pagination which i dont want to do. I am looking for a way to do it without having to return all the results at once.
Thanks. On Thu, Aug 4, 2011 at 11:18 PM, Darren Govoni <dar...@ontrenet.com> wrote: > 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. >> >> >