On Fri, Nov 20, 2009 at 11:28 AM, Yonik Seeley
<yo...@lucidimagination.com> wrote:
> On Fri, Nov 20, 2009 at 11:15 AM, Mike <mpiluson...@comcast.net> wrote:
>> Sorry for the noise - I think I have just answered my own question. The
>> order in which docs are indexed determine the result sort order unless
>> overridden via sort query parameters :)
>
> Correct.

I should clarify - I meant "Correct" in that the sort order you are
seeing is by internal docid, not that it's the default sort.
The default sort is always by score... it's just that *:* is producing
the same score for all docs, thus the sort you see is the tiebreaker
(internal document id).

-Yonik
http://www.lucidimagination.com

Reply via email to