cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco 4.0.d SOLR problem

santoshbaradwaj
Champ in-the-making
Champ in-the-making
Hi all,
       
             I am using alfresco 4.0.d community version. And now i got solr problem in my installation.
for that i follow the all instructions given by in alfresco forums(https://forums.alfresco.com/en/viewtopic.php?f=48&t=45940).
but till i am facing the problem with generating index keys and unable to search on content.

If any one have an idea please help me in this issue.

Thanks  in advance…..
1 REPLY 1

abarisone
Star Contributor
Star Contributor
Hi,
try to switch from SolR to Lucene.
First of all modify this section in alfresco-global.poperties like this
### Solr/Lucene indexing ###
index.subsystem.name=lucene
#dir.keystore=${dir.root}/keystore
#solr.port.ssl=8443
After that is required to perform a full reindex: you have to
  • stop Alfresco

  • modify alfresco-global.properties adding the property index.recovery.mode=FULL

  • restart Alfresco in order to let the index being rebuilt

  • stop Alfresco again

  • modify alfresco-global.properties modifying the property index.recovery.mode=AUTO

  • start Alfresco
Regards,
Andrea