Monday, September 22, 2014

How to install Solr on Windows

First, you need to install Java on your machine, if you don't have it, install it first.
After installing Java.........

1. Download the Solr from this website:
https://lucene.apache.org/solr/downloads.html

2. Unzip the downloading file..and open up the "example" folder.

3. Open up the command line, cd the "example" folder in command line.
For example:






4. Now in the command line, type in "java -jar start.jar":
java -jar start.jar
5. This will start jetty webserver and deploy solr automatically, and now open up your browser and browse URL: http://localhost:8983/solr.

6. And then you can see the solr admin GUI panel.

No comments:

Post a Comment