Not sure if I understand your question.

The language field has both spanish and english for the country='USA' and
SOLR is returning all the available facets for country="USA"

<doc>
<str name="id">3</str>
<str name="language">Spanish</str>
<str name="country">USA</str>
<str name="author">Jacek</str>
<long name="_version_">1466216353231798272</long>
</doc>
<doc>
<str name="id">4</str>
<str name="language">English</str>
<str name="country">USA</str>
<str name="author">Dave</str>
<long name="_version_">1466216353231798273</long>
</doc>



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Selectively-hiding-SOLR-facets-tp4132770p4132774.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to