<field column="$docBoost" xpath="/doc/@boost"/>
I got a parse exception (in DocBuilder where it parses $docBoost) because the value is an array. I do have a catch-all in my schema:
<dynamicField name="*" type="string" multiValued="true" />
When I set multiValued to false, it all worked fine.
Thoughts?
Thanks,
Erik
