Hi solr-user, In my work i have to do multi facet select. we have already configured facet fields globally in default request handler(solrconfig.xml). For multi facet select i have done the query with exclusion filter. But it's not working. The following is my query.
http://192.168.101.141:8080/solr/select?q=digital+camera&rows=0&facet=on&fq={!tag=Br}Brands:canon&facet.field={!ex=Br}Brands But if i try after removing all the facet fields from my request hander in solrconfig.xml, then above query is working fine. please can you give me a solution. This multi-select faceting will work with the current implementation or i have to remove all the facet from my request handler means dynamically i have to send the facet fields through query when i do multi-select faceting. -- View this message in context: http://lucene.472066.n3.nabble.com/Multi-select-faceting-is-not-working-when-facet-fields-are-configured-in-default-request-handler-tp4038768.html Sent from the Solr - User mailing list archive at Nabble.com.