@@ -30,12 +30,11 @@ Overview
3030On this page, you can see copyable code examples that show how to manage different
3131types of indexes by using the {+driver-short+}.
3232
33- .. TODO
34- .. .. tip::
33+ .. tip::
3534
36- .. To learn more about working with indexes, see the :ref:`kotlin-sync-work-with-indexes`
37- .. guide. To learn more about any of the indexes shown on this page, see the link
38- .. provided in each section.
35+ To learn more about working with indexes, see the :ref:`kotlin-sync-work-with-indexes`
36+ guide. To learn more about any of the indexes shown on this page, see the link
37+ provided in each section.
3938
4039To use an example from this page, copy the code example into the
4140:ref:`sample application <kotlin-sync-index-sample>` or your own application.
@@ -78,8 +77,7 @@ The following example creates a compound index on the specified fields:
7877 :copyable:
7978 :dedent:
8079
81- .. TODO: To learn more about compound indexes, see the :ref:`kotlin-sync-compound-index`
82- .. guide.
80+ To learn more about compound indexes, see the :ref:`kotlin-sync-compound-index` guide.
8381
8482Multikey Index
8583--------------
@@ -155,7 +153,7 @@ field:
155153 :copyable:
156154 :dedent:
157155
158- .. TODO: To learn more about wildcard indexes, see the :ref:`kotlin-sync-clustered-index`
156+ .. TODO: To learn more about clustered indexes, see the :ref:`kotlin-sync-clustered-index`
159157.. guide.
160158
161159Atlas Search Index Management
@@ -164,13 +162,13 @@ Atlas Search Index Management
164162The following sections contain code examples that describe how to manage Atlas Search
165163indexes.
166164
167- .. TODO: To learn more about Atlas search indexes, see the :ref:`kotlin-sync-atlas-search-index`
168- .. guide.
165+ To learn more about Atlas Search indexes, see the :ref:`kotlin-sync-atlas-search-index`
166+ guide.
169167
170168Create Search Index
171169~~~~~~~~~~~~~~~~~~~
172170
173- The following example creates an Atlas search index on the specified field:
171+ The following example creates an Atlas Search index on the specified field:
174172
175173.. literalinclude:: /includes/usage-examples/index-code-examples.kt
176174 :start-after: start-search-create
@@ -179,13 +177,13 @@ The following example creates an Atlas search index on the specified field:
179177 :copyable:
180178 :dedent:
181179
182- .. TODO: To learn more about creating serach indexes, see the :ref:`kotlin-sync-atlas-search-index-create`
183- .. guide.
180+ To learn more about creating serach indexes, see the :ref:`kotlin-sync-atlas-search-index-create`
181+ guide.
184182
185183List Search Indexes
186184~~~~~~~~~~~~~~~~~~~
187185
188- The following example prints a list of Atlas search indexes in the specified collection:
186+ The following example prints a list of Atlas Search indexes in the specified collection:
189187
190188.. literalinclude:: /includes/usage-examples/index-code-examples.kt
191189 :start-after: start-search-list
@@ -194,13 +192,13 @@ The following example prints a list of Atlas search indexes in the specified col
194192 :copyable:
195193 :dedent:
196194
197- .. TODO: To learn more about listing search indexes, see the :ref:`kotlin-sync-atlas-search-index-list`
198- .. guide.
195+ To learn more about listing search indexes, see the :ref:`kotlin-sync-atlas-search-index-list`
196+ guide.
199197
200198Update Search Indexes
201199~~~~~~~~~~~~~~~~~~~~~
202200
203- The following example updates an existing Atlas search index with the specified
201+ The following example updates an existing Atlas Search index with the specified
204202new index definition:
205203
206204.. literalinclude:: /includes/usage-examples/index-code-examples.kt
@@ -210,13 +208,13 @@ new index definition:
210208 :copyable:
211209 :dedent:
212210
213- .. TODO: To learn more about updating search indexes, see the :ref:`kotlin-sync-atlas-search-index-update`
214- .. guide.
211+ To learn more about updating search indexes, see the :ref:`kotlin-sync-atlas-search-index-update`
212+ guide.
215213
216214Delete Search Indexes
217215~~~~~~~~~~~~~~~~~~~~~
218216
219- The following example deletes an Atlas search index with the specified name:
217+ The following example deletes an Atlas Search index with the specified name:
220218
221219.. literalinclude:: /includes/usage-examples/index-code-examples.kt
222220 :start-after: start-search-delete
@@ -225,8 +223,8 @@ The following example deletes an Atlas search index with the specified name:
225223 :copyable:
226224 :dedent:
227225
228- .. TODO: To learn more about deleting search indexes, see the :ref:`kotlin-sync-atlas-search-index-drop`
229- .. guide.
226+ To learn more about deleting search indexes, see the :ref:`kotlin-sync-atlas-search-index-drop`
227+ guide.
230228
231229Text Index
232230----------
0 commit comments