Re: My frirst problem using lucene

2006-10-31 Thread Doron Cohen
Might be related to an already resolved issue - see related discussion: http://www.nabble.com/lucene-web-demo-is-not-working--tf1736444.html#a4718639 "Miren" <[EMAIL PROTECTED]> wrote on 31/10/2006 03:57:50: > parse(java.lang.String) in org.apache.lucene.queryParser.QueryParser > cannot be applied

Re: My frirst problem using lucene

2006-10-31 Thread Chris Lu
My guess is: change from QueryParser.parse(queryString, "contents", analyzer); to QueryParser.parse(queryString); btw: Can you please translate the errors into English? -- Chris Lu - Instant Full-Text Search On Any Database/Application site: http://www.dbsight.net demo:

My frirst problem using lucene

2006-10-31 Thread Miren
hello i am trying to use lucene annd i am my fisrt problem. i have install the demo example into the tomcat and when i try to load osne search, into the results.jsp page appears this error. can you help me? thanks. org.apache.jasper.JasperException: No se puede compilar la clase para JSP Ha tenid