SearchServiceApplication.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 SearchServiceApplication
Dim term As Keyword
Dim consumerGroupId As String

instance.AddSpecialTerm(term, consumerGroupId)
public void AddSpecialTerm(
    ref Keyword term,
    string consumerGroupId
)

Parameters

  • consumerGroupId
    Type: System.String

    The ID of the keyword consumer group associated with the keyword.

Implements

ISearchSiteAdministrationServiceApplication.AddSpecialTerm(Keyword, String)

Remarks

This method adds the special keyword to the SearchAdminDatabase.

See also

Reference

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace