Lucene scoring and random result order

2011-08-25 Thread Yanick Gamelin
Hi all, I have the following problem with Lucene being not deterministic. I use a MultiSearcher to process a search and when I get hits with same score, those are returned in a random order. I wouldn't care much about the order of the hits with same score if I could get them all, so I could

RE: Lucene scoring and random result order

2011-08-25 Thread Sendros, Jason
[] { SortField.FIELD_SCORE, new SortField(POSITION,SortField.INT) }); -Original Message- From: Yanick Gamelin [mailto:yanick.game...@ericsson.com] Sent: Thursday, August 25, 2011 3:02 PM To: java-user@lucene.apache.org Subject: Lucene scoring and random result order Hi all, I have the following