Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 538 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 538 Bytes

Spring-data-solr-example

This is an example project to show some of the features of Spring Data Solr. It's the source I used for writing the blog post [Getting started with Spring Data Solr][1] [1]: http://www.mscharhag.com/2013/11/getting-started-with-spring-data-solr.html

Have a look at [BookRepositoryTest][2] to see how to access Solr features with Spring Data Solr. [2]: https://github.com/mscharhag/Spring-data-solr-example/blob/master/src/test/java/com/mscharhag/solr/repository/BookRepositoryTests.java