#8 - Add MongoDB text search example.

The sample reads the Spring IO blog Atom feed and performs text search on it.

We use manual index creation and query via MongoTemplate as well as automatic index creation and derived queries via repositories.

Original pull request: #10.
This commit is contained in:
Christoph Strobl
2014-08-27 14:53:29 +02:00
committed by Oliver Gierke
parent 4246700be0
commit 09317bc6de
12 changed files with 602 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ We have separate folders for the samples of individual modules:
* `geo-spatial` - Example project for general repository functionality (including geo-spatial functionality) and Querydsl integration
* `aggregation` - Example project to showcase the MongoDB aggregation framework support.
* `text-search` - Example project showing usage of MongoDB text search feature.
## Spring Data REST