Hi, I've been looking the online documentation for a way to configure
the Lucene Search in a new publication, all I found was relative to
installations of Lenya using Jetty. I'm using Lenya 1.2.3 backed by
Tomcat 5.0.28 and thought of following the same steps as the ones
described in the documentation with the necessary adjustments, but I
wish to clarify some doubts that arose before trying that solution.
All the instructions I'm using here are taken from
http://lenya.apache.org/1_2_x/how-to/search.html:
instead of:
/////C:\apache-lenya-1.2.2\build\lenya\webapp\WEB-INF\classes\org\apache\lenya\lucene\index\configuration2xslt.xsl
/use:
tomcat\webapps\lenya\WEB-INF\classes\org\apache\lenya\lucene\index\/configuration2xslt.xsl
/
in step 1, instead of:
/C:\apache-lenya-1.2.2\build\lenya\webapp\lenya\pubs\{pub}\config\search\lucene-live.xconf/
use:
tomcat\webapps\lenya\/\lenya\webapp\lenya\pubs\{pub}\config\search\lucene-live.xconf/
//in step 2, instead of:
/C:\apache-lenya-1.2.2\build\lenya\webapp\lenya\pubs\{pub}\config\search\lenyadocs.xconf/
use:/
/tomcat\webapps\lenya\/lenya\webapp\lenya\pubs\{pub}\config\search\lenyadocs.xconf/
in step 3, instead of: ant -f
../../build/lenya/webapp/lenya/bin/crawl_and_index.xml
-Dlucene.xconf=../../build/lenya/webapp/lenya/pubs/%LENYAPUB%/config/search/lucene-live.xconf
use: ant -f Tomcat/webapps/lenya/lenya/bin/crawl_and_index.xml
-Dlucene.xconf=Tomcat/webapps/lenya/lenya/pubs/%LENYAPUB%/config/search/lucene-live.xconf
should it work by making this small changes?
Do I need to perform the instructions in "Fix the XML results to be
usable" in Lenya 1.2.3?
Finally, am I missing anything else or are these steps enough in order
to make the Lucene search work in the publication?
Thanks in advance, regards
Rolando
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]