Skip to content

Commit d6fb7f6

Browse files
committed
updated field requiments
1 parent a320a9a commit d6fb7f6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/search/search-howto-reindex.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ The Azure portal supports the latest preview API.
275275

276276
1. Select **Edit JSON**.
277277

278-
1. Insert `"description"`, followed by the description.
278+
1. Insert `"description"`, followed by the description. The value must be less than 4,000 characters and in Unicode.
279279

280280
:::image type="content" source="media/search-how-to-index/edit-index-json.png" alt-text="Screenshot of the JSON definition of an index in the Azure portal.":::
281281

@@ -287,7 +287,9 @@ The Azure portal supports the latest preview API.
287287

288288
1. Copy the JSON so that you can use it as the basis of a new request.
289289

290-
1. [Formulate an index update using a PUT request](/rest/api/searchservice/indexes/create-or-update?view=rest-searchservice-2025-05-01-preview&preserve-view=true) and the preview API, providing the *full* JSON of the existing schema, plus the new description field.
290+
1. [Formulate an index update using a PUT request](/rest/api/searchservice/indexes/create-or-update?view=rest-searchservice-2025-05-01-preview&preserve-view=true) and the preview API.
291+
292+
1. Provide the *full* JSON of the existing schema, plus the new `description` field. The field must be a top-level field, on the same level as `name` or `fields`. The value must be less than 4,000 characters and in Unicode.
291293

292294
1. To confirm the change, issue another [GET using the 2025-05-01-preview REST API](/rest/api/searchservice/indexes/create-or-update?view=rest-searchservice-2025-05-01-preview&preserve-view=true).
293295

0 commit comments

Comments
 (0)