RE: BOOLEAN EXCEPTION APPSERVER SOLUTION

2005-02-13 Thread Karthik N S
-Original Message- From: Ronnie [mailto:[EMAIL PROTECTED] Sent: Friday, February 11, 2005 4:37 PM To: Lucene Users List Subject: Re: BOOLEAN EXCEPTION APPSERVER Do a search for lucene jars, something like: # find $TOMCAT_HOME/ -name "lucene*.jar" Replace $TOMCAT_HOME with the correct d

Re: BOOLEAN EXCEPTION APPSERVER

2005-02-11 Thread Ronnie
t;[EMAIL PROTECTED]> To: "Lucene Users List" Sent: Friday, February 11, 2005 10:52 AM Subject: RE: BOOLEAN EXCEPTION APPSERVER > Hi > >I removed the Lucene1.4.3.jar from the webapp dir and the result > Exception raised > > > Feb 11, 2005 3:48:26 PM org.ap

RE: BOOLEAN EXCEPTION APPSERVER

2005-02-11 Thread Karthik N S
[mailto:[EMAIL PROTECTED] Sent: Friday, February 11, 2005 4:03 PM To: Lucene Users List Subject: RE: BOOLEAN EXCEPTION APPSERVER On Fri, 2005-02-11 at 15:50 +0530, Karthik N S wrote: > Hi > >I have One Jsp [Query.jsp] which constructs Query something like below > > +CLOTHS +(

RE: BOOLEAN EXCEPTION APPSERVER

2005-02-11 Thread Miles Barr
On Fri, 2005-02-11 at 15:50 +0530, Karthik N S wrote: > Hi > >I have One Jsp [Query.jsp] which constructs Query something like below > > +CLOTHS +(+"SHOES SOCKS") +(PANTS SHIRTS) -COTTON AND itemPrice:[0010 > TO 0020] > > > >>That'd odd. You haven't defined another BooleanQuery cl

RE: BOOLEAN EXCEPTION APPSERVER

2005-02-11 Thread Karthik N S
ay, February 11, 2005 3:26 PM To: Lucene Users List Subject: RE: BOOLEAN EXCEPTION APPSERVER On Fri, 2005-02-11 at 15:22 +0530, Karthik N S wrote: >I removed the Lucene1.4.3.jar from the webapp dir and the result > Exception raised > > > Feb 11, 2005 3:48:26 PM org.apache.catal

RE: BOOLEAN EXCEPTION APPSERVER

2005-02-11 Thread Miles Barr
On Fri, 2005-02-11 at 15:22 +0530, Karthik N S wrote: >I removed the Lucene1.4.3.jar from the webapp dir and the result > Exception raised > > > Feb 11, 2005 3:48:26 PM org.apache.catalina.core.ApplicationContext log > SEVERE: Error configuring application listener of class > com.controlnet.s

RE: BOOLEAN EXCEPTION APPSERVER

2005-02-11 Thread Karthik N S
Barr [mailto:[EMAIL PROTECTED] Sent: Friday, February 11, 2005 2:51 PM To: Lucene Users List Subject: Re: BOOLEAN EXCEPTION APPSERVER On Fri, 2005-02-11 at 12:20 +0530, Karthik N S wrote: > I am getting this error on ' Every FIRST SEARCH after Startup of > the WEBSERVER ' > &

Re: BOOLEAN EXCEPTION APPSERVER

2005-02-11 Thread Miles Barr
On Fri, 2005-02-11 at 12:20 +0530, Karthik N S wrote: > I am getting this error on ' Every FIRST SEARCH after Startup of > the WEBSERVER ' > > and I have declared the following code only once in the method of > execution > > > <%@ page import="org.apache.lucene.search.BooleanQuery"%> > Bool

BOOLEAN EXCEPTION APPSERVER

2005-02-10 Thread Karthik N S
  Hi guys Apologies...   I am getting this error on  ' Every FIRST SEARCH  after  Startup of the WEBSERVER ' and I have declared the following code only once in the  method of execution <%@ page import="org.apache.lucene.search.BooleanQuery"%>BooleanQuery.setMaxClauseCount(Integer