RE: Sorting on Score Problem

2013-01-24 Thread Kuai, Ben
: Chris Hostetter [hossman_luc...@fucit.org] Sent: Thursday, January 24, 2013 12:34 PM To: solr-user@lucene.apache.org Subject: Re: Sorting on Score Problem : We met a wired problem in our project when sorting by score in Solr 4.0, : the biggest score document is not a the top the debug explanation

Sorting on Score Problem

2013-01-23 Thread Kuai, Ben
Hi We met a wired problem in our project when sorting by score in Solr 4.0, the biggest score document is not a the top the debug explanation from solr are like this, First Document 1.8412635 = (MATCH) sum of: 2675.7964 = (MATCH) sum of: 0.0 = (MATCH) sum of: 0.0 = (MATCH) max of:

Re: Sorting on Score Problem

2013-01-23 Thread Chris Hostetter
: We met a wired problem in our project when sorting by score in Solr 4.0, : the biggest score document is not a the top the debug explanation from : solr are like this, that's weird ... can you post the full debugQuery output of a an example query showing the problem, using echoParams=all