我下载了这地方的源码 安放在tomcat里面
http://www.java3z.com/cwbwebhome/article/article1a/127.html?id=24设置了classpath  Lucene-1.3-final.jar为数据库cwb.mdb建立全文索引 运行indexdb.jsp 
运行到IndexWriter writer = new IndexWriter(aa, new StandardAnalyzer(), true);  提示 indexWriter cannot be resolved to a type运行用于显示查询结果的aftsearch.jsp  运行到Searcher searcher = new IndexSearcher(aa);
同样提示 Searcher cannot be resolved to a type不知道咋办 新手