Skip to content

Commit 613df01

Browse files
committed
fixed link, TOC edit
1 parent 6edce5f commit 613df01

File tree

2 files changed

+30
-28
lines changed

2 files changed

+30
-28
lines changed

articles/search/TOC.yml

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -284,28 +284,34 @@
284284
href: search-indexer-overview.md
285285
- name: Create an indexer
286286
href: search-howto-create-indexers.md
287-
- name: Run or reset indexers
288-
href: search-howto-run-reset-indexers.md
289-
- name: Schedule an indexer
290-
href: search-howto-schedule-indexers.md
291-
- name: Define field mappings
292-
href: search-indexer-field-mappings.md
293-
- name: Portal indexing
287+
- name: Indexers
294288
items:
295-
- name: Import data wizard
296-
href: search-import-data-portal.md
297-
- name: Indexing whole files
298-
items:
299-
- name: Content metadata properties
300-
href: search-blob-metadata-properties.md
301-
- name: Index one-to-many
302-
href: search-howto-index-one-to-many-blobs.md
303-
- name: Index plain text
304-
href: search-howto-index-plaintext-blobs.md
305-
- name: Index CSV
306-
href: search-howto-index-csv-blobs.md
307-
- name: Index JSON
308-
href: search-howto-index-json-blobs.md
289+
- name: Run or reset indexers
290+
href: search-howto-run-reset-indexers.md
291+
- name: Schedule an indexer
292+
href: search-howto-schedule-indexers.md
293+
- name: Define field mappings
294+
href: search-indexer-field-mappings.md
295+
- name: Portal indexing
296+
items:
297+
- name: Import data wizard
298+
href: search-import-data-portal.md
299+
- name: Indexing whole files
300+
items:
301+
- name: Content metadata properties
302+
href: search-blob-metadata-properties.md
303+
- name: Index one-to-many
304+
href: search-howto-index-one-to-many-blobs.md
305+
- name: Index plain text
306+
href: search-howto-index-plaintext-blobs.md
307+
- name: Index CSV
308+
href: search-howto-index-csv-blobs.md
309+
- name: Index JSON
310+
href: search-howto-index-json-blobs.md
311+
- name: Troubleshooting guidance
312+
href: search-indexer-troubleshooting.md
313+
- name: Troubleshoot indexer errors and warnings
314+
href: cognitive-search-common-errors-warnings.md
309315
- name: Connect with managed identities
310316
items:
311317
- name: Azure Storage
@@ -316,10 +322,6 @@
316322
href: search-howto-managed-identities-sql.md
317323
- name: SQL Managed Instance
318324
href: search-index-azure-sql-managed-instance-with-managed-identity.md
319-
- name: Troubleshooting guidance
320-
href: search-indexer-troubleshooting.md
321-
- name: Troubleshoot indexer errors and warnings
322-
href: cognitive-search-common-errors-warnings.md
323325
- name: Data sources (indexers)
324326
items:
325327
- name: Data sources gallery
@@ -358,7 +360,7 @@
358360
href: search-howto-connecting-azure-sql-iaas-to-azure-search-using-indexers.md
359361
- name: SharePoint in Microsoft 365
360362
href: search-howto-index-sharepoint-online.md
361-
- name: Skillsets (indexers)
363+
- name: Skillsets
362364
items:
363365
- name: Attach an Azure AI multi-service resource
364366
href: cognitive-search-attach-cognitive-services.md
@@ -370,7 +372,7 @@
370372
href: cognitive-search-debug-session.md
371373
- name: Debug a skillset
372374
href: cognitive-search-how-to-debug-skillset.md
373-
- name: Reference an annotation
375+
- name: Reference a skill output
374376
href: cognitive-search-concept-annotations-syntax.md
375377
- name: Map to index fields
376378
href: cognitive-search-output-field-mapping.md

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.date: 09/29/2023
1717

1818
This article provides information and solutions to common errors and warnings you might encounter during indexing and AI enrichment in Azure AI Search.
1919

20-
Indexing stops when the error count exceeds ['maxFailedItems'](cognitive-search-concept-troubleshooting.md#tip-3-see-what-works-even-if-there-are-some-failures).
20+
Indexing stops when the error count exceeds ['maxFailedItems'](cognitive-search-concept-troubleshooting.md#tip-2-see-what-works-even-if-there-are-some-failures).
2121

2222
If you want indexers to ignore these errors (and skip over "failed documents"), consider updating the `maxFailedItems` and `maxFailedItemsPerBatch` as described [here](/rest/api/searchservice/create-indexer#general-parameters-for-all-indexers).
2323

0 commit comments

Comments
 (0)