mongocli Atlas クラスター検索インデックスの更新
このバージョンのドキュメントはアーカイブされており、サポートされなくなりました。 MongoCLI のバージョンをアップグレードする 方法については、 現在のドキュメント を表示してください。
クラスターの検索インデックスを更新します。
構文
mongocli atlas clusters search indexes update <ID> [options]
オプション
名前 | タイプ | 必須 | 説明 |
---|---|---|---|
--analyzer | string | false | Analyzer to use when creating the index (default "lucene.standard") |
--clusterName | string | true | クラスターの名前。 |
--collection | string | true | コレクション名。 |
--db | string | true | データベース名。 |
--dynamic | false | Indicates whether the index uses dynamic or static mappings. | |
--field | string | false | Static field specifications. |
-h, --help | false | 更新のヘルプ | |
--indexName | string | true | クラスターの名前。 |
-o, --output | string | false | Output format. Valid values: json|json-path|go-template|go-template-file |
--projectId | string | false | 使用するプロジェクトID 。構成ファイルまたは環境変数の設定を上書きします。 |
--searchAnalyzer | string | false | Analyzer to use when searching the index. (default "lucene.standard") |
継承されたオプション
名前 | タイプ | 必須 | 説明 |
---|---|---|---|
-P, --profile | string | false | 構成ファイルから使用する プロファイル。 |
13 -Jul- 2021で comb 2 snoosity によって生成された自動生成