Using Funnelback 15.6.0
Hi all, I have a small index - some entries include large metadata strings. This index outputs to JSON, so it's preferrable to preserve the metadata if possible.
I can control the length to an extent by setting:
collection.cfg > query_processor_options
-MBL=4096 -SBL=16384
padre-opts.cfg
-mdsfml=10000
However, the strings seem to max out at 2013 characters when accessed returned.
The docs indicate -MBL is unlimited, so is there any other reason why the strings are limited to 2013 characters in the results json?