返回、添加、编辑和删除指定集群的Atlas Search索引。
atlas api 子命令是从MongoDB Atlas Admin API自动生成的,并提供对 Admin API的全面覆盖。 Admin API功能有自己的发布生命周期,您可以通过提供的API端点文档链接进行检查。
还可返回和更新指定集群的用户自定义分析器。
选项
名称 | 类型 | 必需 | 说明 |
|---|---|---|---|
-h,--help | false | atlasSearch 帮助 |
继承选项
名称 | 类型 | 必需 | 说明 |
|---|---|---|---|
-P, --profile | 字符串 | false | 要从您的配置文件中使用的配置文件的名称。要学习;了解Atlas CLI配置文件,请参阅 https://dochub.mongodb.org/core/atlas-cli-save-connection-settings。 |
相关命令
atlas api atlasSearch createClusterFtsIndex — 在指定集合上创建一个Atlas Search索引。
atlas api atlasSearch createClusterSearchDeployment — 为指定集群创建搜索节点。
atlas api atlasSearch createClusterSearchIndex — 在指定集合上创建一个Atlas Search索引。
atlas api atlasSearch deleteClusterFtsIndex — 删除您使用其唯一ID索引的一个Atlas Search索引。
atlas api atlasSearch deleteClusterSearchDeployment — 删除指定集群的搜索节点。
atlas api atlasSearch deleteClusterSearchIndex — 删除您使用其唯一ID索引的一个Atlas Search索引。
atlas api atlasSearch deleteIndexByName - 删除您使用其数据库、集合和名称索引的一个Atlas Search索引。
atlas api atlasSearch getClusterFtsIndex — 返回指定项目中的一个Atlas Search索引。
atlas api atlasSearch getClusterSearchDeployment — 返回指定集群的搜索节点。
atlas api atlasSearch getClusterSearchIndex — 返回您使用其唯一ID索引的一个Atlas Search索引。
atlas api atlasSearch getIndexByName — 返回您使用其数据库、集合名称 和索引名称 标识的一个Atlas Search索引。
atlas api atlasSearch listClusterFtsIndex — 返回指定集合上的所有Atlas Search索引。
atlas api atlasSearch listClusterSearchIndexes — 返回指定集群上的所有Atlas Search索引。
atlas api atlasSearch listSearchIndex — 返回指定集合上的所有Atlas Search索引。
atlas api atlasSearch updateClusterFtsIndex — 更新您使用其唯一ID索引的一个Atlas Search索引。
atlas api atlasSearch updateClusterSearchDeployment — 更新指定集群的搜索节点。
atlas api atlasSearch updateClusterSearchIndex — 更新您使用其唯一ID索引的一个Atlas Search索引。
atlas api atlasSearch updateIndexByName - 更新您使用其数据库、集合名称 和索引名称 标识的一个Atlas Search索引。