Remove-FASTSearchResource

 

Applies to: SharePoint Server 2010

Deletes a resource from the resource store.

Syntax

Remove-FASTSearchResource [-Path] <String>

Detailed Description

This cmdlet deletes a specified file located in the Microsoft FAST Search Server 2010 for SharePoint resource store. The location of the resource store is typically specified in <FASTSearchFolder>/etc/Admin.config (where <FASTSearchFolder> is the path of the folder where you have installed FAST Search Server 2010 for SharePoint, for example C:\FASTSearch.)

Parameters

Parameter Required Type Description

Path

Required

System.String

Partial URI within the resource store of the file which will be deleted.

Input Types

Return Types

Example

---------------EXAMPLE 1-----------------

Remove-FASTSearchResource dictionaries\spellcheck\check_en.aut

This example deletes the resource dictionaries\spellcheck\check_en.aut from the resource store.

See Also

Reference

Get-FASTSearchResource
Add-FASTSearchResource