Solr - Multiple Facet Exclusion for the same Field

2013-07-22 Thread Ralf Heyde
Hello, i need different (multiple) Facet exclusions for the same field. This approach works: http://server/core/select/?q=*:* fq={!tag=b}brand:adidas fq={!tag=c}color:red facet.field={!ex=b}brand facet.field={!ex=c}brand facet.field={!ex=b,c}brand facet.field=brand

Re: Solr - Multiple Facet Exclusion for the same Field

2013-07-22 Thread Ralf Heyde
Just found it. Use {!ex=c key=ckey} ... On 07/22/2013 11:35 AM, Ralf Heyde wrote: Hello, i need different (multiple) Facet exclusions for the same field. This approach works: http://server/core/select/?q=*:* fq={!tag=b}brand:adidas fq={!tag=c}color:red facet.field={!ex=b}brand