@@ -30,12 +30,11 @@ Overview
30
30
On this page, you can see copyable code examples that show how to manage different
31
31
types of indexes by using the {+driver-short+}.
32
32
33
- .. TODO
34
- .. .. tip::
33
+ .. tip::
35
34
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.
39
38
40
39
To use an example from this page, copy the code example into the
41
40
: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:
78
77
:copyable:
79
78
:dedent:
80
79
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.
83
81
84
82
Multikey Index
85
83
--------------
@@ -155,7 +153,7 @@ field:
155
153
:copyable:
156
154
:dedent:
157
155
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`
159
157
.. guide.
160
158
161
159
Atlas Search Index Management
@@ -164,13 +162,13 @@ Atlas Search Index Management
164
162
The following sections contain code examples that describe how to manage Atlas Search
165
163
indexes.
166
164
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.
169
167
170
168
Create Search Index
171
169
~~~~~~~~~~~~~~~~~~~
172
170
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:
174
172
175
173
.. literalinclude:: /includes/usage-examples/index-code-examples.kt
176
174
:start-after: start-search-create
@@ -179,13 +177,13 @@ The following example creates an Atlas search index on the specified field:
179
177
:copyable:
180
178
:dedent:
181
179
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.
184
182
185
183
List Search Indexes
186
184
~~~~~~~~~~~~~~~~~~~
187
185
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:
189
187
190
188
.. literalinclude:: /includes/usage-examples/index-code-examples.kt
191
189
:start-after: start-search-list
@@ -194,13 +192,13 @@ The following example prints a list of Atlas search indexes in the specified col
194
192
:copyable:
195
193
:dedent:
196
194
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.
199
197
200
198
Update Search Indexes
201
199
~~~~~~~~~~~~~~~~~~~~~
202
200
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
204
202
new index definition:
205
203
206
204
.. literalinclude:: /includes/usage-examples/index-code-examples.kt
@@ -210,13 +208,13 @@ new index definition:
210
208
:copyable:
211
209
:dedent:
212
210
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.
215
213
216
214
Delete Search Indexes
217
215
~~~~~~~~~~~~~~~~~~~~~
218
216
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:
220
218
221
219
.. literalinclude:: /includes/usage-examples/index-code-examples.kt
222
220
:start-after: start-search-delete
@@ -225,8 +223,8 @@ The following example deletes an Atlas search index with the specified name:
225
223
:copyable:
226
224
:dedent:
227
225
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.
230
228
231
229
Text Index
232
230
----------
0 commit comments