Hi, On Thu, Jul 15, 2010 at 1:14 AM, Paul Jakubik <[email protected]> wrote: > I'm hoping that the developers can quickly reach a consensus on how to > change the metadata handling so users can get to metadata for nested > documents.
The way I recommend is to pass a custom Parser implementation through the ParseContext. This gives you detailed access to each component document. You noted that this approach wouldn't work for recursive metadata. Why? BR, Jukka Zitting
