
Apache Solr: Setup and Searching with Spring Boot
In Previous tutorial we have gone through basic setup and query with Solr server. In this post i’ll show you how to index your documents and perform search with Java, especially using Spring Boot here. Prerequisites & Assumption Required tools STS (Good to have) Maven/Gradle Java (:) Definitely) Assumption You should have Solr distribution and

Apache Solr: Setup and Basic Querying
Apache Solr is a fast open-source Java search server. Solr provides a indexing, replication and load-balanced querying for your data, data may contains websites, databases and files. Solr built based on Apache Lucene (http://lucene.apache.org/). Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any