dtSearch Text Retrieval Engine .NET interface

IndexJob.AutoCommitIntervalMB Property

Number of megabytes to index before committing the index update.

public int AutoCommitIntervalMB {get; set;}

Remarks

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.

See Also

IndexJob Class | dtSearch.Engine Namespace