Skip to content

Commit f4424ec

Browse files
committed
Merge branch 'heidist-nov1' of https://github.com/HeidiSteen/azure-docs-pr into heidist-nov1
2 parents 9549c67 + 29d12fe commit f4424ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/search/search-how-to-create-search-index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,18 +80,18 @@ Use this checklist to help drive the design decisions for your search index.
8080

8181
When you're ready to create the index, there are several ways to move forward. We recommend the Azure portal or REST APIs for early development and proof-of-concept testing.
8282

83-
During development, plan on frequent rebuilds. Because physical structures are created in the service, [dropping and recreating indexes](search-howto-reindex.md) is necessary for many modifications. You might consider working with a subset of your data to make rebuilds go faster.
83+
During development, plan on frequent rebuilds. Because physical structures are created in the service, [dropping and re-creating indexes](search-howto-reindex.md) is necessary for many modifications. You might consider working with a subset of your data to make rebuilds go faster.
8484

8585
### [**Azure portal**](#tab/indexer-portal)
8686

8787
Index design through the portal enforces requirements and schema rules for specific data types, such as disallowing full text search capabilities on numeric fields. In the portal, there are two options for creating a search index:
8888

89-
+ **Add Index** is an embedded editor for specifying an index schema
89+
+ **Add index** is an embedded editor for specifying an index schema
9090
+ [**Import data**](search-import-data-portal.md) is a wizard
9191

92-
The wizard packs in additional operations by also creating an indexer, data source, and loading data. If this is more than what you want, you should just use **Add Index** or another approach.
92+
The wizard packs in additional operations by also creating an indexer, data source, and loading data. If this is more than what you want, you should just use **Add index** or another approach.
9393

94-
The following screenshot shows where you can find **Add Index** and **Import data** on the command bar. After an index is created, you can find it again in the Indexes tab.
94+
The following screenshot shows where you can find **Add index** and **Import data** on the command bar. After an index is created, you can find it again in the **Indexes** tab.
9595

9696
:::image type="content" source="media/search-what-is-an-index/add-index.png" alt-text="Add index command" border="true":::
9797

0 commit comments

Comments
 (0)