File tree Expand file tree Collapse file tree 1 file changed +10
-14
lines changed Expand file tree Collapse file tree 1 file changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -12,21 +12,17 @@ content: |
12
12
---
13
13
ref : note-atlas-search-requirement
14
14
content : |
15
- .. note::
16
-
17
- This command can only be run on a deployment hosted on
18
- :manual:`MongoDB Atlas </atlas>` and requires an Atlas cluster tier of at
19
- least M10. A
20
- `Local Atlas Deployment <https://www.mongodb.com/docs/atlas/cli/stable/atlas-cli-deploy-local/#use-atlas-search-with-a-local-atlas-deployment>`__
21
- can also be used for development.
15
+ This command can only be run on a deployment hosted on
16
+ :manual:`MongoDB Atlas </atlas>` and requires an Atlas cluster tier of at
17
+ least M10. A
18
+ `Local Atlas Deployment <https://www.mongodb.com/docs/atlas/cli/stable/atlas-cli-deploy-local/#use-atlas-search-with-a-local-atlas-deployment>`__
19
+ can also be used for development.
22
20
---
23
21
ref : note-atlas-search-async
24
22
content : |
25
- .. note::
26
-
27
- Atlas Search indexes are managed asynchronously. After creating or
28
- updating an index, you can periodically execute
29
- :phpmethod:`MongoDB\\Collection::listSearchIndexes()` and check the
30
- ``queryable`` :manual:`output field </reference/operator/aggregation/listSearchIndexes/#output>`
31
- to determine whether it is ready to be used.
23
+ Atlas Search indexes are managed asynchronously. After creating or updating an
24
+ index, you can periodically execute
25
+ :phpmethod:`MongoDB\\Collection::listSearchIndexes()` and check the
26
+ ``queryable`` :manual:`output field </reference/operator/aggregation/listSearchIndexes/#output>`
27
+ to determine whether it is ready to be used.
32
28
...
You can’t perform that action at this time.
0 commit comments