You are here: Symbol Reference > dtSearch.Engine Namespace > Classes > IndexJob Class > IndexJob Properties > AutoCommitIntervalMB Property
Close
dtSearch .NET Standard API 2024.02
IndexJob.AutoCommitIntervalMB Property

Number of megabytes to index before committing the index update.

public int AutoCommitIntervalMB;

By default, an index update will commit after all documents have been indexed. With version 7 indexes, an index can commit periodically during an update, so newly-indexed documents will be searchable before the index update is complete.

Copyright (c) 1998-2023 dtSearch Corp. All rights reserved.