Share via


RankProfile.GetFullTextIndexRanks Method

Returns the collection of full text index rank components for a rank profile.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
Function GetFullTextIndexRanks As FullTextIndexRankCollection
'Usage
Dim instance As RankProfile
Dim returnValue As FullTextIndexRankCollection

returnValue = instance.GetFullTextIndexRanks()
FullTextIndexRankCollection GetFullTextIndexRanks()

Return Value

Type: Microsoft.SharePoint.Search.Extended.Administration.Schema.FullTextIndexRankCollection
A FullTextIndexRankCollection object.

Remarks

The full text index rank collection specifies relevance configuration settings for every full text index that is ranked for the rank profile.

See Also

Reference

RankProfile Interface

RankProfile Members

Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace

FullTextIndexRankComponent

Other Resources

RankProfile