New-FASTSearchContentCollection
Creates a new Microsoft FAST Search Server 2010 for SharePoint content collection.
Syntax
Default (Default)
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
Applicable: FAST Server for SharePoint 2010
A description of the content collection to add.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 2 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Name
Applicable: FAST Server for SharePoint 2010
The name of the FAST Search Server 2010 for SharePoint content collection to add.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 1 |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Pipeline
Applicable: FAST Server for SharePoint 2010
The FAST Search Server 2010 for SharePoint document processing pipeline used to feed content to the content collection.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 4 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.