Once i deploy solr.war to tomcat under webapps folder, if i wanna test some changes in solrconfig.xml, do i need to everytime generate a new solr.war and redeploy? Thanks!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You just need to redeploy or restart tomcat. You do not need generate a new solr.war. Solr configuration is outside solr.war as identified by solr.home variable.
However if you are using solr with multiple cores, you can do a RELOAD of the core to pickup configuration changes. http://wiki.apache.org/solr/CoreAdmin