#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:
committed by
Oliver Gierke
parent
4246700be0
commit
09317bc6de
@@ -19,6 +19,7 @@
|
||||
<modules>
|
||||
<module>geo-spatial</module>
|
||||
<module>aggregation</module>
|
||||
<module>text-search</module>
|
||||
</modules>
|
||||
|
||||
<dependencies>
|
||||
|
||||
Reference in New Issue
Block a user