Apache Solr Installation
Hi Friends, In Last post we discuss about the Apache Solr and its features. Now in this post we will discuss about its Setup. Setup As the very first step, you should follow the official tutorial which covers the basic aspects of any search use case: Indexing - Get the data of any form into Solr. Examples: JSON, XML, CSV and SQL-database. This step creates the inverted index - i.e. it links every term to its documents. Querying - Ask Solr to return the most relevant documents for the users' query To follow the official tutorial you'll have to download Java and the latest version of Solr here . More information about installation is available at the official description . Next you'll have to decide which web server you choose for Solr. In the official tutorial, Jetty is used, but you can also use Tomcat/Jboss. Indexing If you've followed the official tutorial you have pushed some X...