Re: XSLT not read in Solr 8.9.0

2021-08-19 Thread Jan Høydahl
Hi, Sounds like you have started using SolrCloud, in which case all configuration has to be uploaded to Zookeeper. Thus your xslt file should live in /configs//xslt/forms_facetcount.xsl inside Zookeeper. See https://solr.apache.org/guide/8_9/command-line-utilities.html#zookeeper-cli-examples

XSLT not read in Solr 8.9.0

2021-08-19 Thread jay harkhani
Hello, Greetings for the day. We are upgrading solr to 8.9.0 from 6.1.0. We have used xslt in our solr and for that we set parameter in URL like wt=xslt&tr=forms_facetcount.xsl We put xslt file in below location. In Solr 6.1.0: server\solr\forms\conf\xslt\forms_facetcount.xsl [Here, forms is o