Re: Top 10 results with faceted queries

2007-02-22 Thread Chris Hostetter
: is it possible to do a faceted search and additionally returning the : first 10 results for each facet (or category) in one query? There no way to do something like this "out of the box" but if you are familiar with java it would be fairly straight forward to write a custom RequestHandler that

SV: Top 10 results with faceted queries

2007-02-21 Thread Antonio Eggberg
Andreas Hochsteger <[EMAIL PROTECTED]> skrev: The naive approach would be to perform separate solr queries for each category, take to top 10 and aggregate the results. This works, but it's really slow, since there may be up to 40 categories on one page. I have also the same question. As far as I

Top 10 results with faceted queries

2007-02-21 Thread Andreas Hochsteger
Hi, is it possible to do a faceted search and additionally returning the first 10 results for each facet (or category) in one query? I have the requirement to produce a page like this: Category 1: - Link 1 - Link 2 - ... - Link 10 Category 2: - Link 1 - Link 2 - ... - Link 10 ... Category n: