: Ranking.StartRankingUpdate (Método) (Microsoft.Office.Server.Search.Administration)
Starts a ranking update.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Sub StartRankingUpdate ( _
type As RankingUpdateType _
)
'Uso
Dim instance As Ranking
Dim type As RankingUpdateType
instance.StartRankingUpdate(type)
public void StartRankingUpdate (
RankingUpdateType type
)
Parámetros
- type
A value from the RankingUpdateType enumeration specifying the ranking update type.
Comentarios
For more information about search relevance, see Introducción a la arquitectura de relevancia del motor de búsqueda Enterprise Search.
Vea también
Referencia
Ranking (Clase)
Ranking (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)