cocoon-2.1.12 - lucene indexer - cinclude

Peter Sparkes <[email protected]> Mon, 16 Mar 2015 19:37:22 +0000
Newsgroups gmane.text.xml.cocoon.user
Message-ID <[email protected]>
Hi,

I have a lucene application base on "samples/blocks/querybean"

All worked fine for a long time, but now the cinclude in

  <!-- the lucene indexer -->
<map:match pattern="screen/indexer">
        <map:generate type="jx" src="screens/lucene-indexer.xml"/>
        <map:transform type="cinclude"/>

for new file result in for example:
<lucene:document url="2947"> </lucene:document>

instead of for the older files

<lucene:document url="4696">
            <lodge lodge="west farm"  web="true">
                 etc
             </lodge>
</lucene:document>

     Please,Any ideas why the "  cinclude" is not  properly including the new file

Peter