IndexEngineUpdate Method

Update an index, if the index does not already exist it is created.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public void Update(
	Index idx,
	bool bRecreate,
	bool bRunOnNewThread
)

Parameters

idx  Index
The index to update.
bRecreate  Boolean
Flag indicating whether or not to completely recreate the index.
bRunOnNewThread  Boolean
Flag indicating whether or no the update should be run on a new thread, otherwise the call will not return until the update has finished.

See Also