Re: showing results per facet-value efficiently

2007-10-11 Thread Britske
> I'm not quite sure what you are asking here. You can specify > arbitrary facet values using facet.query or facet.prefix. If you > want to facet multiple doclists from different queries in one > request, just write your own request handler that takes a multi- > val

Re: showing results per facet-value efficiently

2007-10-11 Thread Mike Klaas
On 10-Oct-07, at 4:16 AM, Britske wrote: However, I realized that for calculating the count for each of the facetvalues, the original standardrequesthandler already loops the doclist to check for matches. Therefore my implementation actually does double work, since it gets doclists for eac

showing results per facet-value efficiently

2007-10-10 Thread Britske
); facetValue.add("results",resultList.docList); facetValList.setVal(j, facetValue); } } rsp.add("facet_results", facetFieldList); } -- View this message in context: http://www.nabble.com/showing-results-per-facet-value-efficiently-tf4600154.html#a13133815 Sent from the Solr - User mailing list archive at Nabble.com.