Re: Ignore faceting for particular fields in solr using Solrconfig.xml

2019-05-22 Thread Bernd Fehling
Have a look at "invariants" for your requestHandler in solrconfig.xml. It might be an option for you. Regards Bernd Am 22.05.19 um 22:23 schrieb RaviTeja: Hello Solr Expert, How are you? Am trying to ignore faceting for some of the fields. Can you please help me out to ignore faceting using

Re: Ignore faceting for particular fields in solr using Solrconfig.xml

2019-05-22 Thread Erick Erickson
Just don’t ask for them. Or you saying that users can specify arbitrary fields to facet on and you want to prevent certain fields from being possible? No, there’s no good way to do that in solrconfig.xml. You could write a query component that stripped out certain fields from the facet.field par