Skip to content

Commit 3077d41

Browse files
authored
Apply suggestions from code review
Fixed typos
1 parent d55e075 commit 3077d41

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
@@ -79,18 +79,18 @@ Use this checklist to help drive design decisions for your search index.
7979

8080
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.
8181

82-
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.
82+
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.
8383

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

8686
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:
8787

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

91-
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.
91+
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.
9292

93-
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.
93+
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.
9494

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

0 commit comments

Comments
 (0)