push.scheduler.changes-before-auto-commit

Background

The number of changes to documents and redirects which must occur on a push data source before a commit automatically triggers.

Setting the key

Set this configuration key in the search package or data source configuration.

Use the configuration key editor to add or edit the push.scheduler.changes-before-auto-commit key, and set the value. This can be set to any valid Integer value.

Default value

By default, a push data source will trigger a commit after every change, making a document searchable as soon as it is added to a push data source.

push.scheduler.changes-before-auto-commit=1

Examples

To conserve resources, delay commits to be triggered after 100 changes.

push.scheduler.changes-before-auto-commit=100