Get-FASTSearchDocumentProcessingPipeline
Retrieves FAST Search Server 2010 for SharePoint document processing pipelines.
Syntax
Get-FASTSearchDocumentProcessingPipeline
[[-Name] <String>]
[<CommonParameters>]
Description
A document processing pipeline consists of multiple processing stages that an item goes through before being indexed for searching. Item processing includes adding/removing/modifying metadata, linguistic processing, language detection. This cmdlet retrieves all FAST Search Server 2010 for SharePoint document processing pipelines. When one pipeline name is specified, a single pipeline is retrieved if it exists.
For permissions and the most current information about FAST Search Server 2010 for SharePoint cmdlets, see the online documentation, (https://go.microsoft.com/fwlink/?LinkId=163227).
Examples
---------------EXAMPLE 1-----------------
Get-FASTSearchDocumentProcessingPipeline
This example retrieves all FAST Search Server 2010 for SharePoint document processing pipelines.
---------------EXAMPLE 2-----------------
Get-FASTSearchDocumentProcessingPipeline -Name "Office14 (webcluster)"
This example retrieves a single FAST Search Server 2010 for SharePoint document processing pipeline named "Office14 (webcluster)".
Parameters
-Name
The name of the document processing pipeline to retrieve.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | FAST Server for SharePoint 2010 |