On 18 June 2013 10:49, Joe Zhang <smartag...@gmail.com> wrote: > I issued a simple query ("apple") to my collection and got 201 documents > back, all of which are scored 0. What does this mean? --- The documents do > contain the query words.
My guess is that the float-valued score is getting converted to an integer. You could also try your query with the parameter &debugQuery=on to get an explanation of the scoring: http://wiki.apache.org/solr/CommonQueryParameters#debugQuery Regards, Gora