Skip to content

Commit ee1050e

Browse files
authored
Removed "how to" in title
1 parent d971584 commit ee1050e

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

docs/general-development/how-to-use-the-content-enrichment-web-service-callout-for-sharepoint-server.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,23 @@
11
---
2-
title: How to Use the Content Enrichment web service callout for SharePoint Server
2+
title: Use the Content Enrichment web service callout for SharePoint Server
33
ms.date: 09/25/2017
44
ms.prod: sharepoint
55
ms.assetid: d4e44498-9a3d-4f2f-b5ba-6ebef9971dcb
66
---
77

88

9-
# How to: Use the Content Enrichment web service callout for SharePoint Server
9+
# Use the Content Enrichment web service callout for SharePoint Server
10+
1011
Learn how to implement the Content Enrichment web service in SharePoint to modify the managed properties of crawled items before they are indexed.
12+
1113
Search in SharePoint enables developers to add a custom step to content processing to modify the managed properties of crawled items before they are indexed. This custom step requires the implementation of an external web service--the Content Enrichment web service--that can enrich managed properties of items being processed; and then configuring the system to call this external web service.
12-
13-
14-
1514

1615
Implementation of the external content enrichment web service relies on interfaces under the [Microsoft.Office.Server.Search.ContentProcessingEnrichment](https://msdn.microsoft.com/library/Microsoft.Office.Server.Search.ContentProcessingEnrichment.aspx) namespace.
16+
1717
## Windows PowerShell Cmdlets to use with the Content Enrichment web service
1818
<a name="SP15_PowerShell_Cmdlets_Content_Enrichment"> </a>
1919

2020
The Content Enrichment functionality is configured and enabled with the following Windows PowerShell cmdlets:
21-
22-
23-
2421

2522
- [Get-SPEnterpriseSearchContentEnrichmentConfiguration](http://technet.microsoft.com/en-us/library/jj219783%28office.15%29.aspx)
2623

0 commit comments

Comments
 (0)