In this article i will explain you how to setup and run Apache Solr
Prerequisite : JAVA should be installed in your system
sudo java -jar start.jar
Prerequisite : JAVA should be installed in your system
- Download stable version of Apache Solr from its website.
- Extract the zip file (or .tgz file in linux) .
- Structure of zip file is
- contrib/
- dist/
- docs/
- example/
- licenses/
- change the directory to "example"
- Run command java -jar start.jar
- now open your browser and type "http://localhost:8983/solr/"
sudo java -jar start.jar
Comments
Post a Comment