Release Notes / Version 10.2107
Table Of ContentsIn its default configuration, the CAE Feeder does not feed binary values (blobs) larger than 5 MB anymore. You must adapt your configuration if you need to index the text from larger blobs.
The default value for application property
feeder.beanPropertyMaxBytes
was changed from
-1
(unlimited) to
5242880
(5 MB), so that the
CAE Feeder
skips larger blobs that are configured for feeding with the
BeanMappingFeedablePopulator
. This limit was added to avoid operational problems with unexpectedly large blob values, for example high memory usage or long delays when text is extracted using Apache Tika. You should test feeding with blobs of the configured maximum size and have a look on memory consumption and feeder throughput, when you increase the limit.
Custom
FeedablePopulator
implementations that feed blob values are not affected by this setting.
(CMS-15510)