On Tue, Mar 20, 2012 at 11:17 AM, Jamie Johnson <jej2...@gmail.com> wrote:
> ok, with my custom component out of the picture I still have the same
> issue.  Specifically, when sorting by score on a leader and replica I
> am getting different doc orderings.  Is this something anyone has
> seen?

This is certainly possible and expected - sorting tiebreakers is by
internal lucene docid, which can change (even on a single node!)
If you need lists that don't shift around due to unrelated changes,
make sure you don't have any ties!

-Yonik
lucenerevolution.com - Lucene/Solr Open Source Search Conference.
Boston May 7-10

Reply via email to