用Lucene-1.3-final为网站数据库建立索引 有问题
我下载了这地方的源码 安放在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
不知道咋办 新手
------解决方案--------------------Searcher 没找到相应的类。。。你看看包导入没?