Re: Hierarchical faceting and filter query exclusions

2012-08-30 Thread Nicholas Swarr
Tanguy, thanks for the confirmation! We found the same issue with facet.missing parameter as well. Sent from my iPad On Aug 30, 2012, at 10:18 AM, "Tanguy Moal" wrote: > You are correct, it doesn't work : > > Queries like : > http://localhost:8983/solr/collection1/select?q=*:*&facet=on&face

Re: Hierarchical faceting and filter query exclusions

2012-08-30 Thread Tanguy Moal
You are correct, it doesn't work : Queries like : http://localhost:8983/solr/collection1/select?q=*:*&facet=on&facet.pivot={!ex=a_tag}field1,field2&facet.limit=5&rows=0&fq={!tag=a_tag}field3:"filter"; result in the following response : 400 1 on *:* 5 {!ex=a_tag}field1,field

Re: Hierarchical faceting and filter query exclusions

2012-08-30 Thread Nicholas Swarr
Thanks, Erick. I have looked at the documentation at length and done a number of tests. I don't see a way to do exclusions with hierarchical facets. Thanks, Nick On Aug 29, 2012, at 9:50 PM, "Erick Erickson" wrote: > See "Tagging and excluding filters" here: > http://lucidworks.lucidimagina

Re: Hierarchical faceting and filter query exclusions

2012-08-29 Thread Erick Erickson
See "Tagging and excluding filters" here: http://lucidworks.lucidimagination.com/display/solr/Faceting Best Erick On Wed, Aug 29, 2012 at 11:44 AM, Nicholas Swarr wrote: > We're using Solr 4.0 Beta, testing the hierarchical faceting support to see > if it's a good fit to facet on taxonomies.

Hierarchical faceting and filter query exclusions

2012-08-29 Thread Nicholas Swarr
We're using Solr 4.0 Beta, testing the hierarchical faceting support to see if it's a good fit to facet on taxonomies. One issue we've encountered is that we can't apply filter exclusions to the hierarchical facets so as to preserve facet count with multi-select. I haven't been able to locate