FullTextIndexRankComponent Interface

Represents a full text index rank component.

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Interface FullTextIndexRankComponent
'Usage
Dim instance As FullTextIndexRankComponent
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface FullTextIndexRankComponent

Remarks

A full text index is a searchable collection of managed properties. A [FullTextIndexRankComponent] controls the ranking of a FullTextIndex for a rank profile.

See Also

Reference

FullTextIndexRankComponent Members

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