Search Manual / Version 2506.0
Table Of ContentsThe CAE Feeder refeeds content beans when dependencies of these beans are invalidated. In some cases, this behavior might be cumbersome. For example, for initial indexing, you may want to first index the whole set of content beans, before processing invalidations for already indexed ones. This can be achieved by pausing invalidations for some time. Note, that invalidations are never skipped, and all changes will be handled as soon as invalidation handling is turned on again.
To temporarily disable invalidations, set the property caefeeder.invalidation.paused=true
and restart the CAE Feeder.
You can also disable invalidations by setting the JMX attributes InvalidationStopped
of MBean com.coremedia:type=ContentDependencyInvalidator,application=caefeeder
and
of MBean com.coremedia:type=TimedDependencyInvalidator,application=caefeeder
to true
.
Changes made with JMX are reset when the CAE Feeder is restarted.
After all content beans have been indexed initially, set the property or JMX attributes back to "false", otherwise no invalidations would reach the CAE Feeder.