You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by David Flower <df...@amplience.com> on 2014/07/21 14:08:14 UTC

faceting within facets

Hi

Is it possible to create a facet within another facet in a single query, currently I'm having to filter the query with facet.query=type:foo and running the query multiple times to return the number and type of object created on a given date.

Is it even possible to return this in a single query?

Cheers,
David

Re: faceting within facets

Posted by Yonik Seeley <yo...@heliosearch.com>.
On Mon, Jul 21, 2014 at 8:08 AM, David Flower <df...@amplience.com> wrote:
> Is it possible to create a facet within another facet in a single query

For simple field facets, there's pivot faceting.
For more complex nested facets, there are sub-facets in heliosearch (a
solr fork):
http://heliosearch.org/solr-subfacets/

-Yonik