Lucene Web Demo

2010-03-04 Thread DasHeap
Another newcomer to Lucene here. I've got the Lucene web demo up and running on my test server. The indexing and search functions are working perfect. The problem I'm running regards the format of urls to found objects. for instance lucene will return a hit like this: '/Library

lucene-web demo is not working?

2006-06-05 Thread Adam Saeed
I have not able to fix the below errors, for lucene-web demo. installed tomcat-5.5, lucene-2.0.0 and jdk 1.4. after enter search button error shows: http status 500 org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: 60 in the jsp file: /results.jsp

Re: lucene-web demo is not working?

2006-06-05 Thread Daniel Naber
On Montag 05 Juni 2006 19:16, Adam Saeed wrote: > Generated servlet error: > The method parse(String) in the type QueryParser is not applicable for > the arguments (String, String, Analyzer) There's a bug in that file. You can download the fixed version here: http://svn.apache.org/viewvc/lucene/

Re: lucene-web demo is not working?

2006-06-05 Thread Adam Saeed
Thanks, its running fine now. Thanks again Adam Daniel Naber wrote: On Montag 05 Juni 2006 19:16, Adam Saeed wrote: Generated servlet error: The method parse(String) in the type QueryParser is not applicable for the arguments (String, String, Analyzer) There's a bug in that file. You