Skip to content

Commit 230beea

Browse files
authored
Merge pull request #277541 from Saisang/sai-includescleanup-search
[GREAT DIVIDE] Includes clean up "search"
2 parents 5187f93 + 688d2d3 commit 230beea

12 files changed

+13
-13
lines changed

articles/search/cognitive-search-skill-document-extraction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Microsoft.Skills.Util.DocumentExtractionSkill
2929

3030
The DocumentExtractionSkill can extract text from the following document formats:
3131

32-
[!INCLUDE [search-blob-data-sources](../../includes/search-blob-data-sources.md)]
32+
[!INCLUDE [search-blob-data-sources](./includes/search-blob-data-sources.md)]
3333

3434
## Skill parameters
3535

includes/search-blob-data-sources.md renamed to articles/search/includes/search-blob-data-sources.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ ms.topic: include
55
ms.date: 05/02/2019
66
ms.author: magottei
77
---
8-
* CSV (see [Indexing CSV blobs](../articles/search/search-howto-index-csv-blobs.md))
8+
* CSV (see [Indexing CSV blobs](../search-howto-index-csv-blobs.md))
99
* EML
1010
* EPUB
1111
* GZ
1212
* HTML
13-
* JSON (see [Indexing JSON blobs](../articles/search/search-howto-index-json-blobs.md))
13+
* JSON (see [Indexing JSON blobs](../search-howto-index-json-blobs.md))
1414
* KML (XML for geographic representations)
1515
* Microsoft Office formats: DOCX/DOC/DOCM, XLSX/XLS/XLSM, PPTX/PPT/PPTM, MSG (Outlook emails), XML (both 2003 and 2006 WORD XML)
1616
* Open Document formats: ODT, ODS, ODP
1717
* PDF
18-
* Plain text files (see also [Indexing plain text](../articles/search/search-howto-index-plaintext-blobs.md))
18+
* Plain text files (see also [Indexing plain text](../search-howto-index-plaintext-blobs.md))
1919
* RTF
2020
* XML
2121
* ZIP
File renamed without changes.

articles/search/search-blob-metadata-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Several of the indexer-supported data sources, including Azure Blob Storage, Azu
2020

2121
Azure AI Search supports blob indexing and SharePoint document indexing for the following document formats:
2222

23-
[!INCLUDE [search-blob-data-sources](../../includes/search-blob-data-sources.md)]
23+
[!INCLUDE [search-blob-data-sources](./includes/search-blob-data-sources.md)]
2424

2525
## Properties by document format
2626

articles/search/search-blob-storage-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Blob storage [access tiers](../storage/blobs/access-tiers-overview.md) include h
8484

8585
By running a blob indexer over a container, you can extract text and metadata from the following content types with a single query:
8686

87-
[!INCLUDE [search-blob-data-sources](../../includes/search-blob-data-sources.md)]
87+
[!INCLUDE [search-blob-data-sources](./includes/search-blob-data-sources.md)]
8888

8989
<a name="PartsOfBlobToIndex"></a>
9090

articles/search/search-file-storage-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This article supplements [**Create an indexer**](search-howto-create-indexers.md
3737

3838
The Azure Files indexer can extract text from the following document formats:
3939

40-
[!INCLUDE [search-document-data-sources](../../includes/search-blob-data-sources.md)]
40+
[!INCLUDE [search-document-data-sources](./includes/search-blob-data-sources.md)]
4141

4242

4343
## How Azure Files are indexed

articles/search/search-how-to-index-onelake-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This article uses the REST APIs to illustrate each step.
5454

5555
The OneLake files indexer can extract text from the following document formats:
5656

57-
[!INCLUDE [search-blob-data-sources](../../includes/search-blob-data-sources.md)]
57+
[!INCLUDE [search-blob-data-sources](./includes/search-blob-data-sources.md)]
5858

5959
## Supported shortcuts
6060

articles/search/search-howto-index-azure-data-lake-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For a code sample in C#, see [Index Data Lake Gen2 using Microsoft Entra ID](htt
4141

4242
The ADLS Gen2 indexer can extract text from the following document formats:
4343

44-
[!INCLUDE [search-blob-data-sources](../../includes/search-blob-data-sources.md)]
44+
[!INCLUDE [search-blob-data-sources](./includes/search-blob-data-sources.md)]
4545

4646
## Determine which blobs to index
4747

articles/search/search-howto-index-sharepoint-online.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ An indexer in Azure AI Search is a crawler that extracts searchable data and met
4242

4343
The SharePoint Online indexer can extract text from the following document formats:
4444

45-
[!INCLUDE [search-document-data-sources](../../includes/search-blob-data-sources.md)]
45+
[!INCLUDE [search-document-data-sources](./includes/search-blob-data-sources.md)]
4646

4747
## Limitations and considerations
4848

articles/search/search-howto-indexing-azure-blob-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Blob indexers are frequently used for both [AI enrichment](cognitive-search-conc
4141

4242
The blob indexer can extract text from the following document formats:
4343

44-
[!INCLUDE [search-blob-data-sources](../../includes/search-blob-data-sources.md)]
44+
[!INCLUDE [search-blob-data-sources](./includes/search-blob-data-sources.md)]
4545

4646
## Determine which blobs to index
4747

0 commit comments

Comments
 (0)