Re: randomizing search results with even display chance

2009-04-19 Thread Yonik Seeley
http://www.lucidimagination.com/search/document/1aa4debdfe46d824/random_search_result For your case, sort by score first and the random field second. sort=score desc, random84235 desc -Yonik http://www.lucidimagination.com On Sun, Apr 19, 2009 at 10:22 AM, Wouter Samaey wrote: > Hi, > > I'm c

randomizing search results with even display chance

2009-04-19 Thread Wouter Samaey
Hi, I'm currently new at Lucene and Solr, but I've managed to get some results so far, and like the project very much. For my current project, I need to randomize the search results, but still keep the sorting by relevance. For example, If 3 results have the same score, they can be ordered 1-2-3,