Hi Kshitij,

Quoting Yonik, the creator of solr:

"Ties are the same as in lucene... internal docid (equiv to the order in which 
they were added to the index)."

Also, you can have multiple sort clauses, where score can be the first one. 
Like sort=score DESC, publishDate DESC. But I think the recommended approach is 
to use boosting on date (etc) to effect the score instead.

Hope this helps.
/Jimi

-----Original Message-----
From: kshitij tyagi [mailto:kshitij.shopcl...@gmail.com] 
Sent: Tuesday, January 10, 2017 5:11 PM
To: solr-user@lucene.apache.org
Subject: Same score listing order

Hi,

I need to understand what is the order of listing the documents from query in 
case there is same score for all documents.

Regards,
Kshitij

Reply via email to