Does a match_all query guarantee any kind of ordering (e.g. most
recently added docs first), or do I need to sort explicitly?
You need to sort, there isn't any guarantee...
On Friday, February 17, 2012 at 10:20 PM, Eric Jain wrote:
Does a match_all query guarantee any kind of ordering (e.g. most
recently added docs first), or do I need to sort explicitly?