Re: Lucene searching class

2007-10-25 Thread poojasreejith
Hi Steven, It really solved my problem. thanks a lot. pooja Steven Rowe wrote: > > Hi Pooja, > > poojasreejith wrote: >> I am using lucene2.2.0 for my application. I have a searcher.java >> class. >> The problem I am facing is, it is not supporting >> >> Query query = QueryParser.par

Re: Lucene searching class

2007-10-25 Thread Steven Rowe
Hi Pooja, poojasreejith wrote: > I am using lucene2.2.0 for my application. I have a searcher.java class. > The problem I am facing is, it is not supporting > > Query query = QueryParser.parse(q, "contents",new StandardAnalyzer()); it > shows error; the method parse in the type QueryParser is

Re: Lucene searching class

2007-10-25 Thread Karl Wettin
25 okt 2007 kl. 19.38 skrev poojasreejith: hi, I am using lucene2.2.0 for my application. I have a searcher.java class. The problem I am facing is, it is not supporting Query query = QueryParser.parse(q, "contents",new StandardAnalyzer ()); it shows error; the method parse in the type