Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e138126

Browse files
authored
Merge pull request #185455 from HeidiSteen/heidist-fresh3
[azure search] SharePoint branding and table formatting
2 parents ddb50d6 + 6d5b18a commit e138126

9 files changed

+183
-152
lines changed

articles/search/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@
369369
href: search-howto-connecting-azure-sql-iaas-to-azure-search-using-indexers.md
370370
- name: Power Query data sources
371371
href: search-how-to-index-power-query-data-sources.md
372-
- name: SharePoint Online
372+
- name: SharePoint in Microsoft 365
373373
href: search-howto-index-sharepoint-online.md
374374
- name: Skillsets (indexers)
375375
items:

articles/search/search-api-preview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Preview features that transition to general availability are removed from this l
2424
| [**Management REST API 2021-04-01-Preview**](/rest/api/searchmanagement/) | Security | Modifies [Create or Update Service](/rest/api/searchmanagement/2021-04-01-preview/services/create-or-update) to support new [DataPlaneAuthOptions](/rest/api/searchmanagement/2021-04-01-preview/services/create-or-update#dataplaneauthoptions). | Public preview, [Management REST API](/rest/api/searchmanagement/), API version 2021-04-01-Preview. Announced in May 2021. |
2525
| [**Reset Documents**](search-howto-run-reset-indexers.md) | Indexer | Reprocesses individually selected search documents in indexer workloads. | Use the [Reset Documents REST API](/rest/api/searchservice/preview-api/reset-documents), API versions 2021-04-30-Preview or 2020-06-30-Preview. |
2626
| [**Power Query connectors**](search-how-to-index-power-query-data-sources.md) | Indexer data source | Indexers can now index from other cloud platforms. If you are using an indexer to crawl external data sources for indexing, you can now use Power Query connectors to connect to Amazon Redshift, Elasticsearch, PostgreSQL, Salesforce Objects, Salesforce Reports, Smartsheet, and Snowflake. | [Sign up](https://aka.ms/azure-cognitive-search/indexer-preview) is required so that support can be enabled for your subscription on the backend. Configure this data source using [Create or Update Data Source](/rest/api/searchservice/preview-api/create-or-update-data-source), API versions 2021-04-30-Preview or 2020-06-30-Preview, or the Azure portal.|
27-
| [**SharePoint Online Indexer**](search-howto-index-sharepoint-online.md) | Indexer data source | New data source for indexer-based indexing of SharePoint content. | [Sign up](https://aka.ms/azure-cognitive-search/indexer-preview) is required so that support can be enabled for your subscription on the backend. Configure this data source using [Create or Update Data Source](/rest/api/searchservice/preview-api/create-or-update-data-source), API versions 2021-04-30-Preview or 2020-06-30-Preview, or the Azure portal. |
27+
| [**SharePoint Indexer**](search-howto-index-sharepoint-online.md) | Indexer data source | New data source for indexer-based indexing of SharePoint content. | [Sign up](https://aka.ms/azure-cognitive-search/indexer-preview) is required so that support can be enabled for your subscription on the backend. Configure this data source using [Create or Update Data Source](/rest/api/searchservice/preview-api/create-or-update-data-source), API versions 2021-04-30-Preview or 2020-06-30-Preview, or the Azure portal. |
2828
| [**MySQL indexer data source**](search-howto-index-mysql.md) | Indexer data source | Index content and metadata from Azure MySQL data sources.| [Sign up](https://aka.ms/azure-cognitive-search/indexer-preview) is required so that support can be enabled for your subscription on the backend. Configure this data source using [Create or Update Data Source](/rest/api/searchservice/preview-api/create-or-update-data-source), API versions 2021-04-30-Preview or 2020-06-30-Preview, [.NET SDK 11.2.1](/dotnet/api/azure.search.documents.indexes.models.searchindexerdatasourcetype.mysql), and Azure portal. |
2929
| [**Cosmos DB indexer: MongoDB API, Gremlin API**](search-howto-index-cosmosdb.md) | Indexer data source | For Cosmos DB, SQL API is generally available, but MongoDB and Gremlin APIs are in preview. | For MongoDB and Gremlin, [sign up first](https://aka.ms/azure-cognitive-search/indexer-preview) so that support can be enabled for your subscription on the backend. MongoDB data sources can be configured in the portal. Configure this data source using [Create or Update Data Source](/rest/api/searchservice/preview-api/create-or-update-data-source), API versions 2021-04-30-Preview or 2020-06-30-Preview. |
3030
| [**Native blob soft delete**](search-howto-index-changed-deleted-blobs.md) | Indexer data source | The Azure Blob Storage indexer in Azure Cognitive Search will recognize blobs that are in a soft deleted state, and remove the corresponding search document during indexing. | Configure this data source using [Create or Update Data Source](/rest/api/searchservice/preview-api/create-or-update-data-source), API versions 2021-04-30-Preview or 2020-06-30-Preview. |

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ ms.date: 01/15/2022
1313

1414
# Content metadata properties used in Azure Cognitive Search
1515

16-
Several of the indexer-supported data sources, including Azure Blob Storage, Azure Data Lake Storage Gen2, and SharePoint Online, contain standalone files or embedded objects of various content types. Many of those content types have metadata properties that can be useful to index. Just as you can create search fields for standard blob properties like **`metadata_storage_name`**, you can create fields in a search index for metadata properties that are specific to a document format.
16+
Several of the indexer-supported data sources, including Azure Blob Storage, Azure Data Lake Storage Gen2, and SharePoint, contain standalone files or embedded objects of various content types. Many of those content types have metadata properties that can be useful to index. Just as you can create search fields for standard blob properties like **`metadata_storage_name`**, you can create fields in a search index for metadata properties that are specific to a document format.
1717

1818
## Supported document formats
1919

20-
Cognitive Search supports blob indexing and SharePoint Online document indexing for the following document formats:
20+
Cognitive Search supports blob indexing and SharePoint document indexing for the following document formats:
2121

2222
[!INCLUDE [search-blob-data-sources](../../includes/search-blob-data-sources.md)]
2323

2424
## Properties by document format
2525

26-
The following table summarizes processing done for each document format, and describes the metadata properties extracted by a blob indexer and the SharePoint Online indexer.
26+
The following table summarizes processing done for each document format, and describes the metadata properties extracted by a blob indexer and the SharePoint indexer.
2727

2828
| Document format / content type | Extracted metadata | Processing details |
2929
| --- | --- | --- |
@@ -60,4 +60,4 @@ The following table summarizes processing done for each document format, and des
6060
* [Indexers in Azure Cognitive Search](search-indexer-overview.md)
6161
* [AI enrichment overview](cognitive-search-concept-intro.md)
6262
* [Blob indexing overview](search-blob-storage-integration.md)
63-
* [SharePoint Online indexing](search-howto-index-sharepoint-online.md)
63+
* [SharePoint indexing](search-howto-index-sharepoint-online.md)

articles/search/search-data-sources-gallery.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,11 @@ Connect to Cosmos DB through the Mongo API to extract items from a container, se
183183

184184
---
185185

186-
### SharePoint Online
186+
### SharePoint
187187

188188
by [Cognitive Search](search-what-is-azure-search.md)
189189

190-
Connect to a SharePoint Online site and index documents from one or more Document Libraries, for accounts and search services in the same tenant. Text and normalized images will be extracted by default. Optionally, you can configure a skillset for more content transformation and enrichment, or configure change tracking to refresh a search index with new or changed content in SharePoint.
190+
Connect to a SharePoint site and index documents from one or more Document Libraries, for accounts and search services in the same tenant. Text and normalized images will be extracted by default. Optionally, you can configure a skillset for more content transformation and enrichment, or configure change tracking to refresh a search index with new or changed content in SharePoint.
191191

192192
[More details](search-howto-index-sharepoint-online.md)
193193

@@ -831,7 +831,7 @@ The Database Server connector will crawl content from a Relational Database serv
831831

832832
by [BA Insight](https://www.bainsight.com/)
833833

834-
The Deltek Vision Connector honors the security of the source system and provides both full and incremental crawls, so users always have the latest information available to them. It indexes content from Deltek Vision into Azure, SharePoint Online, or SharePoint 2016/2013, surfacing it through BA Insight's SmartHub to provide users with integrated search results.
834+
The Deltek Vision Connector honors the security of the source system and provides both full and incremental crawls, so users always have the latest information available to them. It indexes content from Deltek Vision into Azure, SharePoint in Microsoft 365, or SharePoint 2016/2013, surfacing it through BA Insight's SmartHub to provide users with integrated search results.
835835

836836
[More details](https://www.bainsight.com/connectors/deltek-connector-sharepoint-azure-elasticsearch/)
837837

@@ -2451,11 +2451,11 @@ BA Insight's SharePoint Connector allows you to connect to SharePoint 2019, fetc
24512451

24522452
---
24532453

2454-
### SharePoint Online
2454+
### SharePoint in Microsoft 365
24552455

24562456
by [Accenture](https://www.accenture.com)
24572457

2458-
The SharePoint Online connector will crawl content from any SharePoint Online site collection URL. The connector will retrieve Sites, Lists, Folders, List Items and Attachments, as well as other pages (in .aspx format). Supports SharePoint running in the Microsoft O365 offering.
2458+
The SharePoint connector will crawl content from any SharePoint site collection URL. The connector will retrieve Sites, Lists, Folders, List Items and Attachments, as well as other pages (in .aspx format). Supports SharePoint running in the Microsoft O365 offering.
24592459

24602460
[More details](https://contentanalytics.digital.accenture.com/display/aspire40/SharePoint+Online+Connector)
24612461

@@ -2475,11 +2475,11 @@ The SharePoint Online connector will crawl content from any SharePoint Online si
24752475

24762476
---
24772477

2478-
### SharePoint Online
2478+
### SharePoint in Microsoft 365
24792479

24802480
by [BA Insight](https://www.bainsight.com/)
24812481

2482-
BA Insight's SharePoint Online Connector allows you to connect to SharePoint Online, fetch data from any site, document library, or list; and index this content securely.
2482+
BA Insight's SharePoint Connector allows you to connect to SharePoint in Microsoft 365, fetch data from any site, document library, or list; and index this content securely.
24832483

24842484
[More details](https://www.bainsight.com/connectors/sharepoint-online-connector/)
24852485

articles/search/search-howto-index-changed-deleted-blobs.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ There are two ways to implement a soft delete strategy:
3030
+ Use consistent document keys and file structure. Changing document keys or directory names and paths (applies to ADLS Gen2) breaks the internal tracking information used by indexers to know which content was indexed, and when it was last indexed.
3131

3232
> [!NOTE]
33-
> ADLS Gen2 allows directories to be renamed. When a directory is renamed, the timestamps for the blobs in that directory do not get updated. As a result, the indexer will not reindex those blobs. If you need the blobs in a directory to be reindexed after a directory rename because they now have new URLs, you will need to update the `LastModified` timestamp for all the blobs in the directory so that the indexer knows to reindex them during a future run. The virtual directories in Azure Blob Storage cannot be changed, so they do not have this issue.
33+
> ADLS Gen2 allows directories to be renamed. When a directory is renamed, the timestamps for the blobs in that directory do not get updated. As a result, the indexer will not re-index those blobs. If you need the blobs in a directory to be reindexed after a directory rename because they now have new URLs, you will need to update the `LastModified` timestamp for all the blobs in the directory so that the indexer knows to re-index them during a future run. The virtual directories in Azure Blob Storage cannot be changed, so they do not have this issue.
3434
3535
## Native blob soft delete (preview)
3636

@@ -69,15 +69,15 @@ For this deletion detection approach, Cognitive Search depends on the [native bl
6969
7070
1. [Run the indexer](/rest/api/searchservice/run-indexer) or set the indexer to run [on a schedule](search-howto-schedule-indexers.md). When the indexer runs and processes a blob having a soft delete state, the corresponding search document will be removed from the index.
7171
72-
### Reindexing undeleted blobs (using native soft delete policies)
72+
### Re-index un-deleted blobs using native soft delete policies
7373
74-
If you restore a soft deleted blob in Blob storage, the indexer will not always reindex it. This is because the indexer uses the blob's `LastModified` timestamp to determine whether indexing is needed. When a soft deleted blob is undeleted, its `LastModified` timestamp does not get updated, so if the indexer has already processed blobs with more recent `LastModified` timestamps, it won't reindex the undeleted blob.
74+
If you restore a soft deleted blob in Blob storage, the indexer will not always re-index it. This is because the indexer uses the blob's `LastModified` timestamp to determine whether indexing is needed. When a soft deleted blob is undeleted, its `LastModified` timestamp does not get updated, so if the indexer has already processed blobs with more recent `LastModified` timestamps, it won't re-index the undeleted blob.
7575
7676
To make sure that an undeleted blob is reindexed, you will need to update the blob's `LastModified` timestamp. One way to do this is by resaving the metadata of that blob. You don't need to change the metadata, but resaving the metadata will update the blob's `LastModified` timestamp so that the indexer knows to pick it up.
7777
7878
<a name="soft-delete-using-custom-metadata"></a>
7979
80-
## Custom metadata: Soft delete strategy
80+
## Soft delete strategy using custom metadata
8181
8282
This method uses custom metadata to indicate whether a search document should be removed from the index. It requires two separate actions: deleting the search document from the index, followed by file deletion in Azure Storage.
8383
@@ -104,7 +104,7 @@ There are steps to follow in both Azure Storage and Cognitive Search, but there
104104
105105
1. Run the indexer. Once the indexer has processed the file and deleted the document from the search index, you can then delete the physical file in Azure Storage.
106106
107-
## Custom metadata: Re-index undeleted blobs and files
107+
## Re-index un-deleted blobs and files
108108
109109
You can reverse a soft-delete if the original source file still physically exists in Azure Storage.
110110

0 commit comments

Comments
 (0)