Spring Data Apache Solr - Introduction



As we know that, the Spring Data framework is the umbrella project which contains many subframeworks. All these sub frameworks deal with data access which is specific to a database. Spring Data Apache Solr is one of the sub−framework of the Spring Data project that provides easy configuration and access to the Apache Solr a full−text search engine. It offers a familiar interface for those who have worked with other modules of the Spring Data in the past. Before jumping the Spring Data Apache Solr, lets have a basic understanding of Apache Solr.

Advertisements