Get-FASTSearchMetadataRankProfile
Applies to: SharePoint Server 2010
Retrieves rank profiles from the Microsoft FAST Search Server 2010 for SharePoint system.
Syntax
Get-FASTSearchMetadataRankProfile [[-Name] <String>]
Detailed Description
This cmdlet retrieves rank profiles which match the Name parameter. A rank profile is a weighting scheme for calculating relevance, specifying how each relevance component should be weighted when calculating an item's relevance.
See Set-FASTSearchMetadataRankProfile for details about rank profile parameters.
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
Name |
Optional |
System.String |
The name of the rank profile to retrieve. This option supports wildcards, and matching is case-insensitive. |
Input Types
Return Types
Example
---------------EXAMPLE 1-----------------
Get-FASTSearchMetadataRankProfile -Name newdefault
This example retrieves the rank profile named “newdefault”.
---------------EXAMPLE 2-----------------
Get-FASTSearchMetadataRankProfile -Name *?default
This example retrieves all rank profiles that match the pattern “*?default”. It will not match the default rankprofile named “default”.
See Also
Reference
New-FASTSearchMetadataRankProfile
Remove-FASTSearchMetadataRankProfile
Set-FASTSearchMetadataRankProfile