SearchServiceApplicationProxy.AddSpecialTerm method
Adds a new keyword to the SearchAdminDatabase.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub AddSpecialTerm ( _
ByRef term As Keyword, _
consumerGroupId As String _
)
'Usage
Dim instance As SearchServiceApplicationProxy
Dim term As Keyword
Dim consumerGroupId As String
instance.AddSpecialTerm(term, consumerGroupId)
public void AddSpecialTerm(
ref Keyword term,
string consumerGroupId
)
Parameters
term
Type: Microsoft.Office.Server.Search.Administration.KeywordThe keyword that will be added to the SearchAdminDatabase.
consumerGroupId
Type: System.StringThe ID of the keyword consumer group associated with the keyword.
Implements
ISearchSiteAdministrationServiceApplication.AddSpecialTerm(Keyword, String)
Exceptions
Exception | Condition |
---|---|
Exception | An error, such as a SearchServiceApplicationFault, occurred during application execution. |
Remarks
This method adds the special keyword to the SearchAdminDatabase.
See also
Reference
SearchServiceApplicationProxy class