[#BaseIndex-CustomCommit] = xref:BaseIndex.adoc[BaseIndex]::CustomCommit :relfileprefix: ../ :mrdocs: Virtual method called internally by Commit that can be overridden to atomically commit more index state. == Synopsis Declared in `<index/base.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool CustomCommit(xref:CDBBatch.adoc[CDBBatch]& batch); ---- == Return Value True on success. == Parameters [cols="1,4"] |=== | Name| Description | *batch* | Write batch that additional index state is added to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#