Uninstall Solr 4

cancel
Showing results for 
Search instead for 
Did you mean: 
alauts
Member II

Uninstall Solr 4

Pointing to external server for Solr 4 indexes. How can I shut down or uninstall the local Solr 4 index service and prevent it from running at all?

Thanks in advance.

2 Replies
mikel_asla
Established Member

Re: Uninstall Solr 4

Hi,

To disable de Solr4 webapp you should delete tomcat/conf/Catalina/localhost/solr4.xml context file, along with the WAR file in webapps, I beleive that's enough, then some cleaning should also be done, removing indexes, logs and tomcat temp files

gluck113
Established Member

Re: Uninstall Solr 4

You also have to point your Alfresco instance to the external solr. This configuration is done in the alfresco-global.properties. You have the following lines to modify (please check the documentation to be sure nothing is forgotton):

### Solr indexing ###
index.subsystem.name=solr4
dir.keystore=${dir.root}/keystore
solr.host=localhost
solr.port.ssl=8443