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


Reply via email to