@@ -98,19 +98,18 @@ following actions:
98
98
Atlas Search Metadata
99
99
---------------------
100
100
101
- Use the ``searchMeta()`` method to create a
102
- :manual:`$searchMeta </reference/operator/aggregation/searchMeta/>`
103
- pipeline stage which returns only the metadata part of the results from
104
- Atlas full-text search queries.
101
+ Use the ``searchMeta()`` method to create a :manual:`$searchMeta
102
+ </reference/operator/aggregation/searchMeta/>` pipeline stage, which returns
103
+ only the metadata from of the Atlas full-text search results.
105
104
106
105
.. tip:: Only Available on Atlas for MongoDB v4.4.11 and later
107
106
108
- This aggregation pipeline operator is only available
107
+ This aggregation pipeline operator is available only
109
108
on :atlas:`MongoDB Atlas </>` clusters running v4.4.11 and later. For a
110
109
detailed list of version availability, see the MongoDB Atlas documentation
111
110
on :atlas:`$searchMeta </atlas-search/query-syntax/#-searchmeta>`.
112
111
113
- The following example shows the ``count `` metadata for an Atlas search
112
+ The following example shows the ``near `` metadata for an Atlas search
114
113
aggregation stage:
115
114
116
115
.. literalinclude:: /includes/fundamentals/code-snippets/builders/AggregateSearchBuilderExample.java
@@ -127,8 +126,7 @@ Learn more about this helper from the
127
126
SearchOperator Helper Methods
128
127
-----------------------------
129
128
130
- To make building pipeline stages easier, the {+driver-short+} provides helper methods
131
- for the following operations:
129
+ The {+driver-short+} provides helper methods for the following operations:
132
130
133
131
.. list-table::
134
132
:widths: 40 60
0 commit comments