On Jan 5, 2008 3:53 PM, anuvenk <[EMAIL PROTECTED]> wrote:
> I noticed that the top 10 results for a particular search term had the same
> score. In such cases how does solr determine which should get the first
> place, second and so on?

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

-Yonik

Reply via email to