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
 &facet=true&facet.mincount=1

then my result provides different facets for "brand".
BUT: is there any possibility to get to know, which exclusion fits to which facet? Is there something like "as" in SQL (e.g. facet.field={!ex=b as BrandB}brand) ?
We are using Solr 3.6.

Hopefully this is a feature, not a bug, which we are using.

Thanks in advance.
Ralf


Reply via email to