Re: random results at specific slots

2012-06-05 Thread Jack Krupansky
Take a look at "query elevation". It may do exactly want you want, but at a minimum, it would show you how this kind of thing can be done. See: http://wiki.apache.org/solr/QueryElevationComponent -- Jack Krupansky -Original Message- From: srinir Sent: Tuesday, June 05, 2012 3:08 AM T

Re: random results at specific slots

2012-06-05 Thread srinir
Other option I could think of is to write a custom component which implements handleResponses, where i can pick random documents from across shards and insert it into the ResponseBuilder's resultIds ? I would place this component at the end (or after QueryCOmponent). will that work ? is there a bet