Skip to content

Commit 3ce70e4

Browse files
committed
fixed another doc bug
1 parent f7a73c0 commit 3ce70e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/search-howto-reindex.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ The order of operations is:
102102

103103
1. Revise the schema with updates from the previous list.
104104

105-
1. [Update index](/rest/api/searchservice/indexes/create-or-update).
105+
1. [Update index schema](/rest/api/searchservice/indexes/create-or-update) on the search service.
106106

107-
1. [Index documents](/rest/api/searchservice/documents).
107+
1. [Update index content](#update-content) to match your revised schema if you added a new field. For all other changes, the existing content is used as-is.
108108

109109
When you update the index schema, existing documents in the index are given a null value for the new field. On the next index documents job, values from external source data replace the nulls added by Azure AI Search.
110110

0 commit comments

Comments
 (0)