SearchServiceApplication.GetBestBetsInfo method
SharePoint 2013
Retrieves all of the BestBet attributes that belong to the specified keyword consumer group.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
public Dictionary<Uri, BestBet> GetBestBetsInfo( BestBetFilter filter, string value, string consumerGpId )
Parameters
- filter
- Type: Microsoft.Office.Server.Search.Administration.BestBetFilter
A filter type to specify which BestBet attributes are applied.
- value
- Type: System.String
A string that is used for comparison when performing the filtering.
- consumerGpId
- Type: System.String
The ID of the keyword consumer group to which the BestBet attributes belong.
Return value
Type: System.Collections.Generic.Dictionary<Uri, BestBet>The collection of the key/value pair consists of a Url and a BestBet.
Implements
ISearchSiteAdministrationServiceApplication.GetBestBetsInfo(BestBetFilter, String, String)
Show: