The first thing that came to mind is to index a random number with each doc and 
sort by that.

 Otis
----
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch
Hadoop ecosystem search :: http://search-hadoop.com/



----- Original Message ----
> From: André Maldonado <andre.maldon...@gmail.com>
> To: solr-user@lucene.apache.org
> Sent: Wed, March 3, 2010 2:50:01 PM
> Subject: Randomize MoreLikeThis
> 
> Hello.
> 
> I'm implementing More Like This functionality in my search request.
> Everything works fine, but I need to randomize the return of this more like
> this query. Something like this:
> 
> *First request:*
> Query -> docId:528369
> Results -> fields ... More like This 
> start="0">1
> name="docid">2
> 
> *Second request:* (same query, other resultset for more like this)
> Query -> docId:528369
> Results -> fields ... More like This 
> start="0">3
> name="docid">4
> 
> There is a way to do it?
> 
> Thank's
> 
> "Então aproximaram-se os que estavam no barco, e adoraram-no, dizendo: És
> verdadeiramente o Filho de Deus." (Mateus 14:33)

Reply via email to