Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

.... Work in progress ....

Currently there is one main Solr instance installed in the DDB-Dev-Network: on ddb-di-05. This instance serves as the main search server for the develop and master backend deployments.

These instructions are only for updating this instance. Various prerequisites to running a solr instance are not covered as they have already been set up on this server.


To update this instance the following steps should be performed (as user solr): 

...

Code Block
languagebash
titleLink custom libs from DDB Cortex
linenumberstrue
cd cd ./server/solr-webapp/webapp/WEB-INF/lib/
ln ln -s /data/ddb/Cortexddb-backend-solr/lib/SolrIndexServerddb-backend-solr.jar
ln ln -s /data/ddb/Cortexddb-backend-solr/lib/solr-ocrhighlighting.jar

...