File tree Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -221,8 +221,8 @@ The following example deletes an index with the specified name:
221
221
:copyable:
222
222
:dedent:
223
223
224
- .. TODO: To learn more about removing indexes, see :ref:`php-indexes- remove`
225
- .. in the Work with Indexes guide.
224
+ To learn more about deleting indexes, see :ref:`php-remove-idx `
225
+ in the Index Considerations and Management guide.
226
226
227
227
Atlas Search Index Management
228
228
-----------------------------
@@ -252,9 +252,6 @@ The following example creates an Atlas Search index on the specified field:
252
252
:copyable:
253
253
:dedent:
254
254
255
- .. To learn more about creating search indexes, see the
256
- .. :ref:`php-atlas-search-index-create` guide.
257
-
258
255
List Search Indexes
259
256
~~~~~~~~~~~~~~~~~~~
260
257
@@ -268,9 +265,6 @@ specified collection:
268
265
:copyable:
269
266
:dedent:
270
267
271
- .. To learn more about listing search indexes, see the :ref:`php-atlas-search-index-list`
272
- .. guide.
273
-
274
268
Update Search Indexes
275
269
~~~~~~~~~~~~~~~~~~~~~
276
270
@@ -284,9 +278,6 @@ new index definition:
284
278
:copyable:
285
279
:dedent:
286
280
287
- .. To learn more about updating search indexes, see the :ref:`php-atlas-search-index-update`
288
- .. guide.
289
-
290
281
Delete Search Indexes
291
282
~~~~~~~~~~~~~~~~~~~~~
292
283
@@ -298,6 +289,3 @@ The following example deletes an Atlas Search index with the specified name:
298
289
:language: php
299
290
:copyable:
300
291
:dedent:
301
-
302
- .. To learn more about deleting search indexes, see the :ref:`php-atlas-search-index-drop`
303
- .. guide.
Original file line number Diff line number Diff line change @@ -83,6 +83,8 @@ You can retrieve a list of indexes on a collection by calling the
83
83
:end-before: end-list-indexes
84
84
:dedent:
85
85
86
+ .. _php-remove-idx:
87
+
86
88
Remove an Index
87
89
---------------
88
90
You can’t perform that action at this time.
0 commit comments