Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the list of synonyms that are associated with a specified keyword.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetSynonymsInfoSpecialTerm ( _
parentSpecialTerm As Keyword _
) As Dictionary(Of String, Synonym)
'Usage
Dim instance As SearchServiceApplicationProxy
Dim parentSpecialTerm As Keyword
Dim returnValue As Dictionary(Of String, Synonym)
returnValue = instance.GetSynonymsInfoSpecialTerm(parentSpecialTerm)
public Dictionary<string, Synonym> GetSynonymsInfoSpecialTerm(
Keyword parentSpecialTerm
)
Parameters
parentSpecialTerm
Type: Microsoft.Office.Server.Search.Administration.KeywordThe specified keyword.
Return Value
Type: System.Collections.Generic.Dictionary<String, Synonym>
The list of term/synonym pairs.
Implements
ISearchSiteAdministrationServiceApplication.GetSynonymsInfoSpecialTerm(Keyword)
Exceptions
| Exception | Condition |
|---|---|
| Exception | An error occurred during application execution. |
Remarks
The value of the parentSpecialTerm parameter must not be null .
See Also
Reference
SearchServiceApplicationProxy Class