Re: Solr doesn't pick up the updated .xsl file. Where does it keep the cache?

2010-03-15 Thread Teruhiko Kurosaka
Additional info: When I changed the query term, Solr did use the updated XSL file. I suspected that the firefox browser was doing its own caching but the request log did show it is sending requests to Solr even when the get URL is the same as previous one. So there must be some caching going on at

Solr doesn't pick up the updated .xsl file. Where does it keep the cache?

2010-03-15 Thread Teruhiko Kurosaka
I have been seeing strange phenomena. I've written a HTML form that calls Solr like this: http://localhost:8983/solr/select/?q=Basis&df=text&wt=xslt&tr=btdemo.xsl It works. But when I change the contents of solr/conf/xslt/btdemo.xsl and restart solr, it still show the behavior of the older versi