Skip to content

Commit 891ba75

Browse files
authored
Merge pull request #105823 from amotley/abmotley/update_indexer_errors_title
Update Indexer Errors Title to Coincide with Message Change
2 parents 6531a52 + b1a3136 commit 891ba75

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ The document was read and processed, but the indexer could not add it to the sea
148148

149149
<a name="could-not-index-document-because-the-indexer-data-to-index-was-invalid"/>
150150

151-
## Error: Could not index document because the indexer data to index was invalid
151+
## Error: Could not index document because some of the document's data was not valid
152152

153-
The document was read and processed, but due to a mismatch in the configuration of the index fields and the nature of the data extracted by the indexer, it could not be added to the search index. This can happen due to:
153+
The document was read and processed by the indexer, but due to a mismatch in the configuration of the index fields and the data extracted and processed by the indexer, it could not be added to the search index. This can happen due to:
154154

155155
| Reason | Details/Example
156156
| --- | ---
@@ -162,12 +162,11 @@ The document was read and processed, but due to a mismatch in the configuration
162162

163163
In all these cases, refer to [Supported Data types](https://docs.microsoft.com/rest/api/searchservice/supported-data-types) and [Data type map for indexers](https://docs.microsoft.com/rest/api/searchservice/data-type-map-for-indexers-in-azure-search) to make sure that you build the index schema correctly and have set up appropriate [indexer field mappings](search-indexer-field-mappings.md). The error message will include details that can help track down the source of the mismatch.
164164

165-
<a name="could-not-process-document-within-indexer-max-run-time"/>
166-
167165
## Error: Integrated change tracking policy cannot be used because table has a composite primary key
168166

169167
This applies to SQL tables, and usually happens when the key is either defined as a composite key or, when the table has defined a unique clustered index (as in a SQL index, not an Azure Search index). The main reason is that the key attribute is modified to be a composite primary key in the case of a [unique clustered index](https://docs.microsoft.com/sql/relational-databases/indexes/clustered-and-nonclustered-indexes-described?view=sql-server-ver15). In that case, make sure that your SQL table does not have a unique clustered index, or that you map the key field to a field that is guaranteed not to have duplicate values.
170168

169+
<a name="could-not-process-document-within-indexer-max-run-time"/>
171170

172171
## Error: Could not process document within indexer max run time
173172

0 commit comments

Comments
 (0)