On Mon, Oct 14, 2013 at 9:43 PM, Darren Hoffman 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
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