@@ -202,38 +202,10 @@ an aggregation pipeline that contains one of the following pipeline stages:
202
202
- ``$search``
203
203
- ``$searchMeta``
204
204
205
- To learn more about Atlas Search pipeline stages, see :atlas:`Choose the
206
- Aggregation Pipeline Stage </atlas-search/query-syntax/>` in the Atlas
207
- documentation.
208
-
209
- Create a Pipeline Search Stage
210
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
211
-
212
- You can create the search criteria in your Atlas Search pipeline stage
213
- by using Search operators.
214
-
215
- .. sharedinclude:: dbx/jvm/atlas-search-operator-helpers.rst
216
-
217
- .. replacement:: as-idx-link
218
-
219
- the :ref:`kotlin-sync-atlas-search-index` guide
220
-
221
- .. replacement:: atlas-query-operators-example
222
-
223
- .. io-code-block::
224
-
225
- .. input:: /includes/aggregation/aggregation.kt
226
- :language: kotlin
227
- :start-after: // start-atlas-searchoperator-helpers
228
- :end-before: // end-atlas-searchoperator-helpers
229
- :dedent:
230
-
231
- .. output::
232
- :language: console
233
- :visible: false
234
-
235
- Document{{_id=..., genres=[Comedy, Romance], title=Love at First Bite, year=1979}}
236
- Document{{_id=..., genres=[Comedy, Drama], title=Love Affair, year=1994}}
205
+ To learn more about Atlas Search pipeline stages, see :atlas:`Choose the Aggregation
206
+ Pipeline Stage </atlas-search/query-syntax/>` in the Atlas documentation. To view
207
+ examples that use the {+driver-short+} to create Atlas Search pipeline search stages, see
208
+ the :ref:`kotlin-sync-atlas-search` guide.
237
209
238
210
Additional Information
239
211
----------------------
0 commit comments