It is working!
Thanks Winton.
Regards
Sam
-Original Message-
From: Winton Davies [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 04, 2006 7:54 PM
To: java-user@lucene.apache.org
Subject: RE: Apache Lucene 2.0
Hi,
Replace the line
query = QueryParser.parse(queryString, "con
Hi,
Replace the line
query = QueryParser.parse(queryString, "contents", analyzer);
in
lucene/src/jsp/results.jsp
with
QueryParser qp = new QueryParser("contents", analyzer);
query = qp.parse(queryString);
Something changed in the QP api - this reflects the new call. I'm n
Thanks Erik, I'm trying to run the example given along with Lucene 2.0,
but its giving error.
I tried debuging it, but unnable to find the solution.
The error message it gives is as follows..
Error compiling file:
D:\projects\server\web\tomcat\work\_\localhost\rChive\Lucene\/results_js
p.j-ava