> 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
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
);
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.