Apache Solr Tutorial

Preface

Apache Solr is an open-source search platform that is developed on top of Apache Lucene to provides fast and scalable indexing and text-based search operation. Many organizations are using Solr due to its capability of performing index on millions and billions of documents.

In this tutorial, we will go through the introduction of Apache Solr, its architecture, terminology, installation, operation, APIs, basic commands, and so on.


Prerequisites

To proceed with this tutorial an individual should have a good understanding of the Hadoop framework, Unix commands, Java language.


Spectators

This tutorial will be helpful for any individual who is looking to explore Apache Solr and wanted to create a high-performing application using Solr.


So let's Begin it, Happy Learning.