Get-FASTSearchResource

 

Applies to: SharePoint Server 2010

Downloads a resource from the resource store.

Syntax

Get-FASTSearchResource [-Path] <String> [-FilePath] <String>

Detailed Description

This cmdlet downloads a specified file located in the Microsoft FAST Search Server 2010 for SharePoint resource store to the local environment. 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 where the file needs to be downloaded from.

FilePath

Required

System.String

Path to download the resource.

Input Types

Return Types

Example

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

Get-FASTSearchResource dictionaries\spellcheck\check_en.aut c:\check_en.aut

This example downloads dictionaries\spellcheck\check_en.aut from the resource store to c:\check_en.aut.

See Also

Reference

Remove-FASTSearchResource
Add-FASTSearchResource