Minor pedantic point (I like those).
"equiv to the order in which they were added to the index" depends on
the merge policy. That was true when Yonik wrote it, but other merge
policies added since then may or may not preserve insertion order in
terms of the internal Lucene ID. The default TieredMe
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 rec