Deepankar Kalita
Deepankar Kalita

Reputation: 1

Solr installation on lucene based alfresco community edition

I am involved in a project which uses alfresco 4.0.e as its repository for content management. The alfresco has been customized and its default search indexing engine is lucene. Now, I want to upgrade to alfresco 5.0.d which uses Solr indexing engine instead of Lucene. How can I install Solr to this alfresco edition which does not have any previous Solr installations? Also to be noted that I am not using a setup wizard. I am using archived alfresco community edition from Alfresco site.

Upvotes: 0

Views: 193

Answers (1)

Oussama Werfelli
Oussama Werfelli

Reputation: 513

If you install Alfresco manually using the distribution zip, you will need to configure Solr 4 separately on the existing Alfresco installation using Tomcat.

You can find a detailed tutorial on the community : Installing and configuring Solr 4

Upvotes: 1

Related Questions