Blog Archives

Apache Solr – The Inverted Index

                               Apache Solr uses Lucene’s inverted index. Most of the search engines are using an inverted index data structure to achieve better search performance. In the

Tagged with: , ,
Posted in Apache Solr

Auto Complete Suggestions Implementation Using Apache Solr – Approach2

          In the PART-1 post, we discussed the basic setup to get the auto suggestions starting with the search keyword. In this article, we will discuss how to configure Apache Solr to get the auto-suggestions based

Tagged with: , , ,
Posted in Apache Solr, Auto Suggestions

Apache Solr – Indexing using data import handler

          In the last post, we have seen how to set up Solr. In this post, we will see how to set up the data import handler to import the data from the database. Here, I

Tagged with: , , ,
Posted in Apache Solr, Data Import Handler

Apache Solr – Open Source Enterprise Search Platform (discussion about why/what/where solr?)

           In continuation of the last post(https://smarttechies.wordpress.com/2013/04/12/apache-solr-open-source-enterprise-search-platform/), Apache Solr is an open source enterprise search platform based on Apache Lucene. Here, I am providing answers to the common queries which will arise when we start to

Tagged with: , ,
Posted in Apache Solr
Dzone.com
DZone

DZone MVB

Java Code Geeks
Java Code Geeks
OpenSourceForYou