Remove-FASTSearchMetadataFullTextIndex
Removes a full text index from the Microsoft FAST Search Server 2010 for SharePoint system.
Syntax
FullTextIndex
Remove-FASTSearchMetadataFullTextIndex
-FullTextIndex <FullTextIndex>
[-Confirm]
[-Force]
[-WhatIf]
[<CommonParameters>]
Name
Remove-FASTSearchMetadataFullTextIndex
-Name <String>
[-Confirm]
[-Force]
[-WhatIf]
[<CommonParameters>]
Description
This cmdlet removes a full text index. The content of the index is removed and is no longer searchable. The managed properties mapped to the full text index are still available and can be mapped to other or new full text indexes.
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)
Remove-FASTSearchMetadataFullTextIndex -name secondarycontent
This example removes the full text index named "secondarycontent" from the FAST Search Server 2010 for SharePoint system. The cmdlet asks for confirmation as long as neither the Force parameter is used or the $ConfirmPreference environment is set to a higher value than HIGH.
EXAMPLE 2 (FAST Server for SharePoint 2010)
C:\PS>$index=Get-FASTSearchMetadataFullTextIndex -name secondarycontent
Remove-FASTSearchMetadataFullTextIndex -FullTextIndex $index -force
This example removes the full text index represented by the $index variable. Since the Force parameter is specified, confirmation of the index removal is not used.
Parameters
-Confirm
Applicable: FAST Server for SharePoint 2010
Activates user prompting to confirm the operation. If set, prompting is activated. If Confirm is false (-Confirm:$false), confirmation prompting is not used.
In cases where Confirm is not specified, the cmdlet will prompt if the $ConfirmPreference shell variable is equal to or greater than the ConfirmImpact setting of the cmdlet (HIGH).
Parameter properties
Type: | SwitchParameter |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Aliases: | cf |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Force
Applicable: FAST Server for SharePoint 2010
Overrides any user prompting settings, so that confirmation of the operation is not required.
Parameter properties
Type: | SwitchParameter |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-FullTextIndex
Applicable: FAST Server for SharePoint 2010
A full text index object representing the full text index to remove.
Parameter properties
Type: | FullTextIndex |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
FullTextIndex
Position: | Named |
Mandatory: | True |
Value from pipeline: | True |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
-Name
Applicable: FAST Server for SharePoint 2010
The name of the full text index to remove.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
Name
Position: | Named |
Mandatory: | True |
Value from pipeline: | True |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
-WhatIf
Applicable: FAST Server for SharePoint 2010
Displays a message that describes the effect of the command instead of executing the command. For more information, type the following command: get-help about_commonparameters
Parameter properties
Type: | SwitchParameter |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Aliases: | wi |
Parameter sets
(All)
Position: | Named |
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.