The QueryParser.Parse method is no longer static, but is an instance method.  I 
believe that changed in the 1.9->2.0 version.

Michael

-----Original Message-----
From: Gábor Alsecz [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 13, 2008 7:10 AM
To: lucene-net-dev@incubator.apache.org
Subject: QueryParser.Parse not working

Dear All!

 

QueryParser.Parse not working in this way:

Query query = Lucene.Net.QueryParsers.QueryParser.Parse(searchstring,
"_content", analyzer);

 

Seems not Parse function (non-member) without instantiate!?

 

thx

 


Reply via email to