Skip to content

Commit 540ae5d

Browse files
committed
Adding second error to table and rewording intro sentance for clarity.
1 parent fc01702 commit 540ae5d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,12 @@ Indexer read the document from the data source, but there was an issue convertin
5050
| Could not read field value | Could not read the value of column `'fieldName'` at index `'fieldIndex'`. A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host.) | These errors are typically due to unexpected connectivity issues with the data source's underlying service. Try running the document through your indexer again later. |
5151

5252
### Could not index document
53-
Indexer read and processed the document but failed to add the data to the search index. This can happen due to:
53+
The document was read and processed, but the indexer could not add it to the search index. This can happen due to:
5454

5555
| Reason | Example | Action |
5656
| --- | --- | --- |
57-
| A field contains a term that is too large | A term in your document is larger than the [32KB limit](search-limits-quotas-capacity.md#api-request-limits) | You can avoid this restriction by ensuring the field is not configured as filterable, facetable, or sortable.
57+
| A field contains a term that is too large | A term in your document is larger than the [32 KB limit](search-limits-quotas-capacity.md#api-request-limits) | You can avoid this restriction by ensuring the field is not configured as filterable, facetable, or sortable.
58+
| Document is too large to be indexed | A document is larger than the [maximum api request size](search-limits-quotas-capacity.md#api-request-limits) | [How to index large data sets](search-howto-large-index)
5859

5960
## Warnings
6061
Warnings do not stop indexing, but they do indicate conditions that could result in unexpected outcomes. Whether you take action or not depends on the data and your scenario.

0 commit comments

Comments
 (0)