Virtual method called internally by Commit that can be overridden to atomically commit more index state.

Synopsis

Declared in <index/base.h>

virtual
bool
CustomCommit(CDBBatch& batch);

Return Value

True on success.

Parameters

Name

Description

batch

Write batch that additional index state is added to.

Created with MrDocs