@@ -98,19 +98,18 @@ following actions:
9898Atlas Search Metadata
9999---------------------
100100
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.
105104
106105.. tip:: Only Available on Atlas for MongoDB v4.4.11 and later
107106
108- This aggregation pipeline operator is only available
107+ This aggregation pipeline operator is available only
109108 on :atlas:`MongoDB Atlas </>` clusters running v4.4.11 and later. For a
110109 detailed list of version availability, see the MongoDB Atlas documentation
111110 on :atlas:`$searchMeta </atlas-search/query-syntax/#-searchmeta>`.
112111
113- The following example shows the ``count `` metadata for an Atlas search
112+ The following example shows the ``near `` metadata for an Atlas search
114113aggregation stage:
115114
116115.. literalinclude:: /includes/fundamentals/code-snippets/builders/AggregateSearchBuilderExample.java
@@ -127,8 +126,7 @@ Learn more about this helper from the
127126SearchOperator Helper Methods
128127-----------------------------
129128
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:
132130
133131.. list-table::
134132 :widths: 40 60
0 commit comments