@@ -194,20 +194,21 @@ and adds the ``$explain`` stage to output the operation details:
194
194
Atlas Search
195
195
------------
196
196
197
- You can perform an :atlas:`Atlas Search </atlas-search>` query by creating an aggregation pipeline
198
- that contains one of the following pipeline stages:
197
+ You can perform an :atlas:`Atlas Search </atlas-search>` query by creating and running
198
+ an aggregation pipeline that contains one of the following pipeline stages:
199
199
200
200
- ``$search``
201
201
- ``$searchMeta``
202
202
203
- For more information about Atlas pipeline stages, see the :atlas:`Choose the
204
- Aggregation Pipeline Stage </atlas-search/query-syntax/>` page in the Atlas
203
+ To learn more about Atlas Search pipeline stages, see :atlas:`Choose the
204
+ Aggregation Pipeline Stage </atlas-search/query-syntax/>` in the Atlas
205
205
documentation.
206
206
207
207
Create a Pipeline Search Stage
208
208
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
209
209
210
- You can build a Atlas Search pipeline stage using search operators.
210
+ You can create the search criteria in your Atlas Search pipeline stage
211
+ by using Search operators.
211
212
212
213
.. sharedinclude:: dbx/jvm/atlas-search-operator-helpers.rst
213
214
@@ -228,10 +229,6 @@ You can build a Atlas Search pipeline stage using search operators.
228
229
Document{{_id=573a1397f29313caabce86db, genres=[Drama, Sport], cast=[Sylvester Stallone, Talia Shire, Burt Young, Carl Weathers], title=Rocky III, year=1982}}
229
230
Document{{_id=573a1398f29313caabce9af0, genres=[Drama, Sport], cast=[Sylvester Stallone, Talia Shire, Burt Young, Carl Weathers], title=Rocky IV, year=1985}}
230
231
231
- .. replacement:: searchoperator-interface-api-docs
232
-
233
- the `SearchOperator Interface API documentation <{+core-api+}/client/model/search/SearchOperator.html>`__
234
-
235
232
Additional Information
236
233
----------------------
237
234
@@ -261,4 +258,4 @@ For more information about executing aggregation operations with the {+driver-sh
261
258
see the following API documentation:
262
259
263
260
- `aggregate() <{+driver-api+}/-mongo-collection/aggregate.html>`__
264
- - `AggregateIterable <{+driver-api+}/-aggregate-iterable/index.html>`__
261
+ - `AggregateIterable <{+driver-api+}/-aggregate-iterable/index.html>`__
0 commit comments