Re: Lucene searching class

2007-10-25 Thread poojasreejith
p.org/tech/lucene.asp > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this

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

Lucene searching class

2007-10-25 Thread poojasreejith
he (String, String ,StandardAnalyzer). Can anyone help me in this? Pooja -- View this message in context: http://www.nabble.com/Lucene-searching--class-tf4692438.html#a13412082 Sent from the Lucene - Java Users mailing list archive at