Share via


Get-FASTSearchMetadataRankProfile

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

Syntax

Default (Default)

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

Applicable: FAST Server for SharePoint 2010

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

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:RankProfileName, N

Parameter sets

(All)
Position:1
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:True
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.