Get-FASTSearchMetadataRankProfile

Retrieves rank profiles from the Microsoft FAST Search Server 2010 for SharePoint system.

Syntax

Get-FASTSearchMetadataRankProfile
   [[-Name] <String>]
   [<CommonParameters>]

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.

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-----------------

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".

Parameters

-Name

The name of the rank profile to retrieve. This option supports wildcards, and matching is case-insensitive.

Type:String
Aliases:RankProfileName, N
Position:1
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False
Applies to:FAST Server for SharePoint 2010