Yonik Seeley 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. The internal lucene document id is the tiebreaker for all sorts. -Yonik http://www.lucidimagination.com
Good to know and makes things more clear. Thanks.