Monday, February 11, 2019

SOLR install


SOLR - popular, blazing-fast, open source enterprise search platform built on Apache Lucene.

Restoring a SOLR core between two servers - bring files over manually into the solr server (server > solr) directory, stop solr (or restart your machine) and reload solr admin page. If solr versions between the two cores are the same it'll show up automatically. Otherwise you'd get "

SolrCore Initialization Failures



It's possible to have multiple solr instance, use different port numbers and service names.

1. In Command Prompt as admin navigate to nssm/Win64 directory
2. run > nssm install solrservicenamehere
3. Prompt pops up
4. for Path: your solr folder... bin\solr.cmd
    for Startup Directory: path to just solr bin (C:\SOLR\7.2.0\bin)
    for Argument: start -f -p 8985
5. Click Install Service
6. In the same command prompt run > net start solrservicename (or stop when needed)

https://horizontalintegration.blog/2015/10/23/install-multiple-instances-of-solr-for-sitecore-on-a-single-server/




No comments:

Post a Comment