Skip to content

Commit 2b89588

Browse files
authored
Merge pull request #121856 from JoeD-MSFT/main
Added error documentation for 'Expected IndexAction metadata'
2 parents c70e15d + dc2aa27 commit 2b89588

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/search/cognitive-search-common-errors-warnings.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,10 @@ This error occurs when the indexer is attempting to [project data into a knowled
235235

236236
Skill execution failed because the call to Azure AI services was throttled. Typically, this class of failure occurs when too many skills are executing in parallel. If you're using the Microsoft.Search.Documents client library to run the indexer, you can use the [SearchIndexingBufferedSender](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/search/Azure.Search.Documents/samples/Sample05_IndexingDocuments.md#searchindexingbufferedsender) to get automatic retry on failed steps. Otherwise, you can [reset and rerun the indexer](search-howto-run-reset-indexers.md).
237237

238+
## `Error: Expected IndexAction metadata`
239+
240+
An 'Expected IndexAction metadata' error means when the indexer attempted to read the document to identify what action should be taken, it did not find any corresponding metadata on the document. Typically, this error occurs when the indexer has an annotation cache added or removed without resetting the indexer. To address this, you should [reset and rerun the indexer](search-howto-run-reset-indexers.md).
241+
238242
<a name="could-not-execute-skill-because-a-skill-input-was-invalid"></a>
239243

240244
## `Warning: Skill input was invalid`

0 commit comments

Comments
 (0)