Skip to content

Commit dc2aa27

Browse files
committed
Added error documentation for 'Expected IndexAction metadata'
1 parent 9b60514 commit dc2aa27

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
@@ -212,6 +212,10 @@ This error occurs when the indexer is attempting to [project data into a knowled
212212

213213
Skill execution failed because the call to Cognitive 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).
214214

215+
## `Error: Expected IndexAction metadata`
216+
217+
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).
218+
215219
<a name="could-not-execute-skill-because-a-skill-input-was-invalid"></a>
216220

217221
## `Warning: Skill input was invalid`

0 commit comments

Comments
 (0)