OK, just fixed this in https://issues.apache.org/jira/browse/SOLR-8341 and that domain syntax will work in 5.4 I'll update my blog on multi-select faceting note that.
-Yonik On Wed, Nov 25, 2015 at 2:37 PM, Yonik Seeley <ysee...@gmail.com> wrote: > On Wed, Nov 25, 2015 at 2:29 PM, Yonik Seeley <ysee...@gmail.com> wrote: >> On Wed, Nov 25, 2015 at 2:15 PM, Aigner, Max <max.aig...@nordstrom.com> >> wrote: >>> Thanks, this is great :=)) >>> >>> I hadn't seen the domain:{excludeTags:...} syntax yet and it doesn't seem >>> to be working on 5.3.1 so I'm assuming this is work slated for 5.4 or 6. >>> Did I get that right? >> >> Hmmm, the "domain" keyword was added for 5.3 along with block join >> faceting: http://yonik.com/solr-nested-objects/ >> That's when I switched "excludeTags" to also be under the "domain" keyword. >> >> Let me try it out... > > Ah, I messed up that migration... > OK, for now, instead of > domain:{excludeTags:foo} > just use > excludeTags:foo > and it should work. > > -Yonik