Re: SolrCloud sort inconsistency

2013-01-14 Thread Erick Erickson
P.S. of course your sorting won't reflect documents that haven't been committed yet. So if you straighten out the params your lists should be in order, but the documents returned may change depending on whether your indexing process adds docs between calls Erick On Mon, Jan 14, 2013 at 7:25

Re: SolrCloud sort inconsistency

2013-01-14 Thread Erick Erickson
Unless it's a cut-n-paste error, you don't have an & in front of the sort parameter so you're not sorting at all. You should have a "sort" section in your response where the params are echoed, something like: "params":{ "sort":"id desc", "fl":"id", "cache":"False", "q":