> I am running a full import with a quite plain data-config
> (a root entity with three sub entities ) from a jdbc
> datasource.
> This import is expected to add approximately 10 mio
> documents
> What I now see from my logfiles is, that a newSearcher
> event is fired about every five seconds.

This is triggered by autoCommit in every 300,000 milli seconds.
You need to remove <maxTime>300000</maxTime> to disable this mechanism.


Reply via email to