cancel
Showing results for 
Search instead for 
Did you mean: 

Uninstall Solr 4

alauts
Champ in-the-making
Champ in-the-making

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 2

mikel_asla
Star Contributor
Star Contributor

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

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