Wednesday, December 7, 2016

Solr


Solr install comes with actual Solr engine and client dashboard


You can install solr directly (http://lucene.apache.org/solr/downloads.html)
or using either Bitnami (image) or Solr Canon (for sitecore)

https://bitnami.com/stack/solr/virtual-machine

https://aws.amazon.com/marketplace/pp/B00NNZTH5I

https://kamsar.net/index.php/2016/03/The-Solr-Cannon/


=============

Create cores for all the indexes
Configure replica sets





Admin console:

http://localhost:8983/solr

Solr requires Java to be installed. I had errors and turned out my version of Java was wrong. I had a 32-bit version. Had to download from here:

http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html

The latest 64-bit and it had to be .exe file.

After that I downloaded Solr from here: http://archive.apache.org/dist/lucene/solr/

Version I needed was 4.10.3






No comments:

Post a Comment