XML Configuration Reference : Index : InactivityCommitTriggerCondition
 
InactivityCommitTriggerCondition
com.exalead.mercury.mami.indexing.v10.InactivityCommitTriggerCondition
Inactivity-based condition. This condition is triggered when:
there is no new data for the specified time period
AND at least the specified No. tasks has been analyzed.
Parent elements:
com.exalead.mercury.mami.indexing.v10.IndexingConfig (as IndexingConfig)
Attributes:
Name
Type
Default value
Description
numberOfTasks
int
Minimum number of tasks to trigger a commit.
inactivityTimeS
long
After N seconds of no indexing activity, it is defined as inactive.