Skip to main content

Posts

Showing posts from 2013

Set Up and Install Apache Solr

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