Schema.ForceIndexConfigUpdate method

Forces an update to the index configuration without changing the schema.

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

Syntax

'Declaration
Public Sub ForceIndexConfigUpdate
'Usage
Dim instance As Schema

instance.ForceIndexConfigUpdate()
public void ForceIndexConfigUpdate()

Exceptions

Exception Condition
UnauthorizedAccessException

If the schema owner does not have the required privileges.

DatabaseException

If there was an error querying the database.

See also

Reference

Schema class

Schema members

Microsoft.Office.Server.Search.Administration namespace