Skip to content

Commit 3122907

Browse files
Merge pull request #72 from mongodb-developer/sis0k0/update-search-screenshots
Update screenshots for creating a search index
2 parents 3440d37 + 6ebe5d3 commit 3122907

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

docs/2-search/2-search-index.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ To start using Atlas Search, you must configure a search index on your database.
44

55
## Step-by-step guide to creating your first Atlas Search index
66

7-
Open the **Database Deployments** page in MongoDB Atlas and select **Create Index** in the lower right corner.
7+
Open the **Clusters** page in MongoDB Atlas and select **Create Index** in the lower right corner under your cluster.
88

9-
<Screenshot alt="The 'Database Deployments' page with the 'Create Index' link highlighted" src="img/screenshots/2-search/2-search-index/1-create-index.png" url="https://cloud.mongodb.com" />
9+
<Screenshot alt="The 'Clusters' page with the 'Create Index' link highlighted" src="img/screenshots/2-search/2-search-index/1-create-index.png" url="https://cloud.mongodb.com" />
1010

1111
Click the **Create Search Index** button.
1212

@@ -22,7 +22,7 @@ Next, you need to select a name and data source for your index. Change the name
2222

2323
The final step allows you to review the index configuration and refine it if needed. You may also see the JSON that was generated from your configuration by clicking **View JSON**.
2424

25-
```JSON
25+
```JavaScript
2626
{
2727
"mappings": {
2828
"dynamic": true

docs/7-vector-search/6-create-index.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ To start using Vector Search, you must configure another search index on your da
88

99
## Step-by-step guide to creating your Vector Search index
1010

11-
Open the **Database Deployments** page in MongoDB Atlas and select **Create Index** in the lower right corner.
11+
Open the **Clusters** page in MongoDB Atlas and select **Create Index** in the lower right corner under your cluster.
1212

13-
<Screenshot src="img/screenshots/7-vector-search/6-create-index/1-create-index.png" alt="The 'Database Deployments' page with the 'Create Index' link highlighted" url="https://cloud.mongodb.com" />
13+
<Screenshot src="img/screenshots/7-vector-search/6-create-index/1-create-index.png" alt="The 'Clusters' page with the 'Create Index' link highlighted" url="https://cloud.mongodb.com" />
1414

1515
Click the **Create Search Index** button.
1616

1717
<Screenshot src="img/screenshots/7-vector-search/6-create-index/2-create-search-index.png" alt="The 'Create Index' page with the 'Create Search Index' button highlighted" url="https://cloud.mongodb.com" />
1818

1919
In the following screen select **Vector Search**, change the index name to `vectorsearch`, and select your database and the `books` collection.
20-
This time, you will use the **JSON Editor** to create your index, select that option and click **Next**
20+
This time, you will use the **JSON Editor** to create your index, select that option and click **Next**.
2121

2222
<Screenshot src="img/screenshots/7-vector-search/6-create-index/3-json-editor.png" alt="The 'Create Index' page with the 'JSON Editor' tab highlighted" url="https://cloud.mongodb.com" />
2323

i18n/zh/docusaurus-plugin-content-docs/current/2-search/2-search-index.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
## 创建第一个 Atlas Search 索引的分步指南
66

7-
打开 MongoDB Atlas 中的 **Database Deployments** 页面,然后在右下角选择 **Create Index**
7+
打开 MongoDB Atlas 中的 **Clusters** 页面,然后在右下角选择 **Create Index**
88

9-
<Screenshot alt="在 'Database Deployments' 页面中高亮显示的 'Create Index' 链接" src="img/screenshots/2-search/2-search-index/1-create-index.png" url="https://cloud.mongodb.com" />
9+
<Screenshot alt="在 'Clusters' 页面中高亮显示的 'Create Index' 链接" src="img/screenshots/2-search/2-search-index/1-create-index.png" url="https://cloud.mongodb.com" />
1010

1111
点击 **Create Search Index** 按钮。
1212

i18n/zh/docusaurus-plugin-content-docs/current/7-vector-search/6-create-index.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ import TabItem from '@theme/TabItem';
1111

1212
## 创建向量搜索索引的分步指南
1313

14-
打开 MongoDB Atlas 中的 **Database Deployments** 页面,并在右下角选择 **Create Index**
14+
打开 MongoDB Atlas 中的 **Clusters** 页面,并在右下角选择 **Create Index**
1515

16-
<Screenshot src="img/screenshots/7-vector-search/6-create-index/1-create-index.png" alt="在 'Database Deployments' 页面中突出显示的 'Create Index' 链接" url="https://cloud.mongodb.com" />
16+
<Screenshot src="img/screenshots/7-vector-search/6-create-index/1-create-index.png" alt="在 'Clusters' 页面中突出显示的 'Create Index' 链接" url="https://cloud.mongodb.com" />
1717

1818
点击 **Create Search Index** 按钮。
1919

Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)