File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ This page describes the following third-party integrations:
34
34
35
35
.. important::
36
36
37
- The integrations on this page are not official MongoDB partners.
37
+ The integrations on this page are not developed by official MongoDB
38
+ partners.
38
39
39
40
.. _spring-framework:
40
41
@@ -60,11 +61,12 @@ You can use Spring Data MongoDB's template API to perform the following actions:
60
61
61
62
- Run CRUD operations on MongoDB data
62
63
- Map domain objects to MongoDB documents using the MongoDB converter
63
- - Access MongoDB's GridFS filesystem using the GridFS template
64
+ - Perform Atlas Search queries using the ``$search`` aggregation pipeline stage
65
+ - Enable Client-Side Field Level Encryption (CSFLE) to encrypt application data
64
66
65
67
For instructions on using Spring Data MongoDB to build an application and interact with MongoDB, see the
66
- `Accessing Data with MongoDB <https://spring.io/guides/gs/accessing -data- mongodb>`__ guide in
67
- the Spring documentation.
68
+ `Getting Started <https://docs. spring.io/spring -data/ mongodb/reference/mongodb/getting-started.html >`__ page
69
+ in the Spring reference documentation.
68
70
69
71
.. tip::
70
72
You can’t perform that action at this time.
0 commit comments