> From: Peter Klotz [mailto:[EMAIL PROTECTED] > > > Hi, > > I have Cocoon 2.0.4. > Is it possible to generate a Lucene index from XML content > without using > a crawler? The question might sound strange but the reason is that I > could produce all content and all links to index from a > pipeline.
I think you have to make your own implementation of org.apache.cocoon.components.search.LuceneCocoonIndexer which does the job you want using the SourceResolver. Look at SimpleLuceneCocoonIndexerImpl to get the idea! Hope that helps. Reinhard --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]