Commit Graph

4 Commits

Author SHA1 Message Date
Oliver Gierke
bca4e65e4f #115 - Harmonized package names.
We now consistently use example.springdata.$store as base package name.
2015-07-16 09:10:20 +02:00
Oliver Gierke
2569cf8de3 #57 - Polishing.
Replaced custom builder with Lombok generated one. Turned Lombok into a value object as a side effect. Removed obsolete toString() method. Extended copyright clauses wehere missing. Reduced visibility of repository extension.
2015-03-12 14:01:25 +01:00
Christoph Strobl
9cffcef9c6 #57 - Added samples for Solr highlighting, boost, score, functions and realtime-get.
Refactored initialization to allow custom ingestion of test data. Added samples demonstrating usage of: 

- @Highlight for highlighting fragments.
- @Boost for boosting search terms.
- @Score to indicate interest in document score.
- SolrOperations#getById for realtime-get.
2015-03-12 14:01:21 +01:00
Christoph Strobl
de7c2c5522 #6 - Add samples for Spring Data Solr.
Added sample using deep pagination with cursor and one for managed schema support. Added JUnit rule checking that Solr is up and running.

Original pull request: #12.
2014-09-09 09:35:40 -05:00