On Mon, Oct 14, 2013 at 9:43 PM, Darren Hoffman <[email protected]> wrote: > 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?
The order will be internal docid, which used to be the order that docs were added to the index. Non-contiguous segments can now be merged, so that is no longer the case. -Yonik --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
