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
applicationType
Type: Microsoft.Office.Server.Search.Administration.SearchServiceApplicationTypeA value from the SearchServiceApplicationType enumeration specifying the type of SearchServiceApplication.
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
Microsoft.Office.Server.Search.Administration.TopologyExport Namespace