IndexEngineUpdate Method
Update an index, if the index does not already exist it is created.
Namespace: Mythicsoft.Search.CoreAssembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
public void Update(
Index idx,
bool bRecreate,
bool bRunOnNewThread
)
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.