#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

@@ -19,6 +19,7 @@
<modules>
<module>geo-spatial</module>
<module>aggregation</module>
<module>text-search</module>
</modules>
<dependencies>