Use this information to upgrade from Alfresco Search and Insight Engine 1.x to Search and Insight Engine 2.0.
-
Stop Search and Insight Engine.
./solr/bin/solr stop
- Backup or move the existing alfresco-insight-engine folder to a preferred location. For example, alfresco-insight-engine-1.x.
- Browse to the Support Portal: http://support.alfresco.com.
-
Download and unzip the Search and Insight Engine distribution zip
file to a preferred location:
alfresco-insight-engine-distribution-2.0.x.zip
By default, the contents are decompressed in a folder at ./alfresco-insight-engine. The folder extracts into the same location as the zip file.
-
Start Search and Insight Engine
2.0.
If the indexes for Solr are in another location (where you saved them in step 2), use the following commands to point Solr to the right location:
Unix like systems./solr/bin/solr start -a "-Dcreate.alfresco.defaults=alfresco,archive" -p <port> -Dsolr.model.dir=/your-preferred-location/solrhome/alfrescoModels -Ddata.dir.root=/your-preferred-location/solrhome/
Microsoft Windowssolr start -a "-Dcreate.alfresco.defaults=alfresco,archive" -p <port> -Dsolr.model.dir="your-preferred-location\solrhome\alfrescoModels" -Ddata.dir.root="your-preferred-location\solrhome\"
Note: To check what version of Search Services or Search and Insight Engine you have installed go to http://localhost:8983/solr/.