ISearchSiteAdministrationServiceApplication.GetBestBetForSpecialTerm-Methode
Ruft das beste Suchergebnis für die URL, angegebenen Schlüsselwort und Verbrauchergruppe Schlüsselwort ab.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
Function GetBestBetForSpecialTerm ( _
url As Uri, _
parentSpecialTerm As Keyword, _
consumerGpId As String _
) As BestBet
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim url As Uri
Dim parentSpecialTerm As Keyword
Dim consumerGpId As String
Dim returnValue As BestBet
returnValue = instance.GetBestBetForSpecialTerm(url, _
parentSpecialTerm, consumerGpId)
[OperationContractAttribute]
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
BestBet GetBestBetForSpecialTerm(
Uri url,
Keyword parentSpecialTerm,
string consumerGpId
)
Parameter
url
Typ: System.UriDer URL des besten Suchergebnisses.
parentSpecialTerm
Typ: Microsoft.Office.Server.Search.Administration.KeywordDem angegebenen Schlüsselwort.
consumerGpId
Typ: System.StringDie ID der Verbrauchergruppe Schlüsselwort.
Rückgabewert
Typ: Microsoft.Office.Server.Search.Administration.BestBet
Das beste Suchergebnis für das Schlüsselwort.
Hinweise
Implementieren von Klassen sollten sicherstellen, dass die Werte der Parameter url und parentSpecialTerm -Parameter darf nicht Null sein.
Siehe auch
Referenz
ISearchSiteAdministrationServiceApplication Schnittstelle