Posts

Showing posts from June, 2019

Configure solr at your machine with simple steps

Image
In this article we will learn how to setup solr. So moving on to setup solr firstly we need exact solr version as per requirement. I am using solr 6.6.2 version You can download solr version from this url   https://archive.apache.org/dist/lucene/solr/6.6.2/ Once you finish download extract folder and move it in C: drive. Other thing we need java runtime environment so we have to download as per suitable version https://www.java.com/en/download/windows-64bit.jsp just download and install this exe. Once you installed JRE then moving on command prompt. Open CMD as admin mode and go solr bin folder using this command. Once you come in bin folder then you have to put below command to start solr. If you want to set another port then you can set. By default solr listen default port 8983 Now you can see solr running successfully so we are going to browser for open solr admin panel. Just copy paste this url http://localhost:8983/solr/#/ and you wi