各位大虾:
    我在用C#编程的时候,引用了Lucene.Net   可编译时提示成员已过期,要怎么办呀?? 大家帮帮忙吧!初学者。
警告 1 “Lucene.Net.Analysis.Standard.StandardAnalyzer.StandardAnalyzer()”已过时:“Use StandardAnalyzer(Version) instead”
 
警告 2 “Lucene.Net.Index.IndexWriter.IndexWriter(string, Lucene.Net.Analysis.Analyzer, bool)”已过时:“This constructor will be removed in the 3.0 release. Use IndexWriter(Directory,Analyzer,bool,MaxFieldLength) instead, and call Commit() when needed”