Share via


SearchAnalyticsJob.ForceFullIndexUpdate method

Starts the analysis from scratch and forces a full update of the search index.

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

Syntax

'Declaration
Public Sub ForceFullIndexUpdate
'Usage
Dim instance As SearchAnalyticsJob

instance.ForceFullIndexUpdate()
public void ForceFullIndexUpdate()

Exceptions

Exception Condition
InvalidOperationException

The exception that is thrown when an instance of SystemClient cannot be resolved, or if the analysis is in a state that does not allow this operation.

ServiceNotFoundException

The exception that is thrown when an instance of IAnalysisEngineAgent cannot be resolved.

See also

Reference

SearchAnalyticsJob class

SearchAnalyticsJob members

Microsoft.Office.Server.Search.Analytics namespace