push.commit-type
The type of commit that a push data source should use by default.
Key: push.commit-type
Type: CommitType
allowed values: NORMAL
or FAST
Can be set in: collection.cfg
Table of Contents
Description
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.