SearchServiceApplication.GetSpecialTermsCount method

Calculates the number of KeyWord attributes for the specified KeyWord consumer group.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function GetSpecialTermsCount ( _
    view As KeywordView, _
    filter As KeywordFilter, _
    value As String, _
    consumerGpId As String _
) As Integer
'Usage
Dim instance As SearchServiceApplication
Dim view As KeywordView
Dim filter As KeywordFilter
Dim value As String
Dim consumerGpId As String
Dim returnValue As Integer

returnValue = instance.GetSpecialTermsCount(view, _
    filter, value, consumerGpId)
public int GetSpecialTermsCount(
    KeywordView view,
    KeywordFilter filter,
    string value,
    string consumerGpId
)

Parameters

  • 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.

Return value

Type: System.Int32
The number of KeyWord attributes.

Implements

ISearchSiteAdministrationServiceApplication.GetSpecialTermsCount(KeywordView, KeywordFilter, String, String)

Remarks

The KeyWord attributes included can be filtered according to criteria specified in the view and filter parameters.

See also

Reference

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace