Hi,
I am interested in using solr to return search results for products. Is there any feature which will allow the result to be spread/shuffled around a little? The problem is that there are lots of results for one brand, but there are lots of other brands a few pages later. Is it possible to somehow shuffle it so that one brand does not dominate the top results? Like a field_limit=2 means in the at most two of any same field will be shown, and then the rest are skipped. I could implement this as a post-filter step, but that means that I would have to pull many more results from the index. Cheers, David