.... 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 | ||||||
---|---|---|---|---|---|---|
| ||||||
cd cd ./server/solr-webapp/webapp/WEB-INF/lib/ ln ln -s s /data/ddb/Cortexddb-backend-solr/lib/SolrIndexServerddb-backend-solr.jar ln ln -s s /data/ddb/Cortexddb-backend-solr/lib/solr-ocrhighlighting.jar |
...