Can anyone tell me if a search based on a ConstantScoreQuery should return the results in the order that the documents were added to the index?
I am not sorting the results and this works for one index I've build but not another one. The indexes are generated in similar fashion but the index that does not return results in "natural order" has much larger documents even thought the number of documents is about the same magnitude. I am currently using version 3.6. Thanks in advance, Darren