> i added the following line to my sitemap.xmap file, inside the 
> <map:transformers> element:
> 
> <map:transformer name="index"
>              logger="sitemap.transformer.luceneindextransformer"
>              
> src="org.apache.cocoon.transformation.LuceneIndexTransformer"/>
> 
> now i'm at a loss as for what to do next. do i define a pipeline 
> somehow referring to this transformer named "index"?

Yes.

Generate an index document like the sample on the Wiki page.
Transform it with the LuceneIndexTransformer:
<map:transform type="index"/>
(This is where your index gets built)
Then transform the result into whatever you like ...



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to