Solr overview & Setup

Solr Overview Solr is an open source software developed by Apache software foundation It is a search server which uses the Apache Lucene in the backend and provides a Rest API which can be called from any language or the platform to get the indexed data or the search results. Apache Lucene is the java […]

Share this article on

What is Indexing?

Indexing is the process of arranging the data in a more systematic and efficient way to locate the information in a document in a much faster way. Let’s understand Indexing with the below examples Example 1 Assume that I have the following table in the DB which stores Person’s details Person Table If we want […]

Share this article on
< Previous