Hi all My environment: Windows XP, Built-in jetty, IE I have tried to implement lucene in my publication, following the latest (as of 2005 06 21)instructions at http://solprovider.com/lenya/search But i'm still getting the "Error executing pipeline. org.apache.cocoon.ProcessingException: Error executing pipeline.: java.lang.NullPointerException" error.
By the way, the instructions are a bit tricky for a newbie... Like what is meant by "The indexer adds namespaces to the data of Fields in the index. The namespaces are not used (and are annoying), so remove them. An alternative is to fix the XML later, but why bother? ..." Does it mean that we have 2 options: 1. The namespaces are not used (and are annoying), so remove them by adding <xsl:template match="namespace"/> to the specified file. 2. to fix the XML later ??? or do we have to remove the name spaces manually, somehow(and for that matter: WHAT namespaces), and do the "add <xsl:template match="namespace"/>" anyway?? I have another query: In the "c:\apache-lenya-1.2.2\tools\bin\Index-{pub}.bat" file,do i set the ant home ANT_HOME=C:\apache-lenya-1.2.2\tools, or should i set it as "SET ANT_HOME=C:\apache-lenya-1.2.2\tools\bin " where the ant.bat is located. One more thing: i have NOT added any thing to the files mentioned in the "http://solprovider.com/lenya/search" page except setting the ANT_Home and LENYAPUB in the Index-{pub}.bat file --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]