I noticed an issue with the optimize bash script in /bin.  Per the line:

rs=`curl http://${solr_hostname}:${solr_port}/solr/update -s -d
"<optimize/>"`

This line assumes a single solr installation under Tomcat, whereas the
multiple webapp scenario runs from a different location (the "/solr" part).
I'm sure this applies elsewhere.

I would submit a patch for JIRA, but couldn't find these files under version
control.  Any recommendations?

-- j

Reply via email to