In this article i will explain you how to setup and run Apache Solr 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/ " NOTE:- If java -jar start.jar gives some problem try using "sudo" i.e. sudo java -jar start.jar
In a Hope to find myself