: Is it possible to use faceting to not only get the facet count but also the
: top-n documents for every facet
: directly? If not, how hard would it be to implement this as an extension?
not hard ... a custom request handler could subclass
StandardRequestHandler, call super.handleRequest, and t
Hello,
For the project I'm working on now it is important to group the results
of a query by a "product" field. Documents
belong to only one product and there will never be more than 10
different products alltogether.
When searching through the archives I identified 3 options:
1) [[Client-si