mongocli Atlas cluster Atlas Search 인덱스 생성
이 버전의 문서는 보관되어 더 이상 지원되지 않습니다. 최신 문서 를 참조하여 MongoCLI 버전을 업그레이드 하는 방법을 학습 보세요.
클러스터에 대한 검색 인덱스를 만듭니다.
구문
mongocli atlas clusters search indexes create <name> [options]
옵션
이름 | 유형 | 필수 사항 | 설명 |
---|---|---|---|
--analyzer | 문자열 | 거짓 | Analyzer to use when creating the index (default "lucene.standard") |
--clusterName | 문자열 | true | cluster의 이름입니다. |
--collection | 문자열 | true | 컬렉션 이름입니다. |
--db | 문자열 | true | 데이터베이스 이름입니다. |
--dynamic | 거짓 | Indicates whether the index uses dynamic or static mappings. | |
--field | strings | 거짓 | Static field specifications. |
-h, --help | 거짓 | 만들기 도움말 | |
-o, --output | 문자열 | 거짓 | Output format. Valid values: json|json-path|go-template|go-template-file |
--projectId | 문자열 | 거짓 | 사용할 프로젝트 ID 입니다. 구성 파일 또는 환경 변수 설정을 재정의합니다. |
--searchAnalyzer | 문자열 | 거짓 | Analyzer to use when searching the index. (default "lucene.standard") |
상속된 옵션
이름 | 유형 | 필수 사항 | 설명 |
---|---|---|---|
-P, --profile | 문자열 | 거짓 | 구성 파일 에서 사용할 프로필입니다. |
29-Jun-2021에 MongoDB CLI 에 의해 자동 생성됩니다.