This post originated from an RSS feed registered with Java Buzz
by justin cater.
Original Post: Spring Data Solr Example
Feed Title: Java Code Geeks
Feed URL: http://feeds.feedburner.com/JavaCodeGeeks
Feed Description: Java 2 Java Developers Resource Center
In this example, we will demonstrate how to integrate Spring data with Apache Solr. Solr is a search engine built on top of Apache Lucene library. It can be communicated with a REST like HTTP API because of which it can be easily be consumed as a REST-ful web-service irrespective of the underlying programming language ...