New-FASTSearchContentCollection
Creates a new Microsoft FAST Search Server 2010 for SharePoint content collection.
Syntax
New-FASTSearchContentCollection
[-Name] <String>
[[-Description] <String>]
[[-Pipeline] <String>]
[<CommonParameters>]
Description
This cmdlet creates a new FAST Search Server 2010 for SharePoint content collection.
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----------------- (FAST Server for SharePoint 2010)
New-FASTSearchContentCollection -Name newscollection
This example creates a new FAST Search Server 2010 for SharePoint content collection named "newscollection".
---------------EXAMPLE 2----------------- (FAST Server for SharePoint 2010)
New-FASTSearchContentCollection -Name newscollection -Description "A collection for news content"
This example creates a new content collection named "newscollection", and attaches a description to it.
---------------EXAMPLE 3----------------- (FAST Server for SharePoint 2010)
New-FASTSearchContentCollection -Name newscollection -Description "A collection for news content" -Pipeline "Office14 (webcluster)"
This example creates a new content collection, and uses the FAST Search Server 2010 for SharePoint document processing pipeline "Office14 (webcluster)" to feed content to the content collection.
Parameters
-Description
A description of the content collection to add.
Type: | String |
Position: | 2 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | FAST Server for SharePoint 2010 |
-Name
The name of the FAST Search Server 2010 for SharePoint content collection to add.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | FAST Server for SharePoint 2010 |
-Pipeline
The FAST Search Server 2010 for SharePoint document processing pipeline used to feed content to the content collection.
Type: | String |
Position: | 4 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | FAST Server for SharePoint 2010 |