Share via


TopologySettings.Validate Method

Validates the query topology and crawl topology settings for the Search service application.

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

Syntax

'Declaration
Public Sub Validate ( _
    applicationType As SearchServiceApplicationType _
)
'Usage
Dim instance As TopologySettings
Dim applicationType As SearchServiceApplicationType

instance.Validate(applicationType)
public void Validate(
    SearchServiceApplicationType applicationType
)

Parameters

Remarks

This method verifies the crawl component count, the index partition count, and the query component count per index partition.

If the validation fails, an InvalidOperationException is thrown.

See Also

Reference

TopologySettings Class

TopologySettings Members

Microsoft.Office.Server.Search.Administration.TopologyExport Namespace