You could use facet.mincount parameter. default value is 0, setting it as N
would require a minimum appearance on the result Set

Iker


2014-04-29 4:56 GMT+02:00 atuldj.jadhav <atuldj.jad...@gmail.com>:

> Yes, but with my query *country:"USA" * it is returning me languages
> belonging to countries other than USA.
>
> Is there any way I can avoid such languages appearing in my facet filters?
>
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Selectively-hiding-SOLR-facets-tp4132770p4133638.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>



-- 
/** @author imartinez*/
Person me = *new* Developer();
me.setName(*"Iker Mtz de Apellaniz Anzuola"*);
me.setTwit("@mitxino77 <https://twitter.com/mitxino77>");
me.setLocations({"St Cugat, Barcelona", "Kanpezu, Euskadi", "*, World"]});
me.setSkills({*SoftwareDeveloper, Curious, AmateurCook*});
*return* me;

Reply via email to