On Mon, Oct 14, 2013 at 9:43 PM, Darren Hoffman <dar...@jnamics.com> 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: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org