AuthorityPage 类 (Microsoft.Office.Server.Search.Administration)

Represents an authoritative page for 企业级搜索.

命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)

语法

声明
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _
Public NotInheritable Class AuthorityPage
用法
Dim instance As AuthorityPage
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)] 
public sealed class AuthorityPage

备注

An authoritative page is a Web page designated by the Shared Service Provider (SSP) administrator as more relevant than other Web pages. This expert pagelinks to the most relevant information. The authority level assigned to the page determines how much the page impacts the query-independent ranking for content located on the same site, or that is closely linked (within a certain click-distance) to the authoritative page.

The lower the authority level, the more important the authoritative page is with respect to relevance. The lowest value you can configure for the authority level of an authoritative page is zero (0).

Use the AuthorityPages property of the Ranking class to get the collection of authoritative pages for an SSP.

Use an indexer to return a single authoritative page from the AuthorityPageCollection object. For example, assuming the collection is assigned to a variable named authorityPages, use authorityPages[index] in Microsoft Visual C# or authorityPages(index) in Microsoft Visual Basic, where index is the index number of the authoritative page in the collection or a System.Uri object representing the authoritative page's URL.

To designate a page as an authoritative page, use the Create method of the AuthorityPageCollection class.

To remove an authoritative page, use the Delete method of the AuthorityPage class.

继承层次结构

System.Object
  Microsoft.Office.Server.Search.Administration.AuthorityPage

线程安全性

此类型的任何公共静态( Visual Basic 中共享)成员是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

参考

AuthorityPage 成员
Microsoft.Office.Server.Search.Administration 命名空间

其他资源

企业级搜索相关性体系结构概述
改进相关性