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
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
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