push.commit-type

Background

This configuration option is used to determine the type of commit a push data source should use when committing documents.

The push.commit-type can be set to the following values:

  • NORMAL: (default) perform annotation, spelling suggestions, auto-completion processing and faceted navigation steps on each commit.

  • FAST: Only perform annotation, spelling suggestions, auto-completion processing and faceted navigation steps when the index is merged or vacuumed.

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.commit-type key, and set the value. This can be set to any valid CommitType allowed values: NORMAL or FAST value.

Examples

Speed up commits on push data sources that experience high commit volumes:

push.commit-type=FAST