Eclipse中的Lucene导入错误

时间:2019-02-05 16:32:47

标签: java eclipse lucene

我是Lucene(7.6版)和Java的新手,我在Lucene(4.10.0版)中遇到导入错误:

import java.io.IOException;

import org.apache.analysis.standard.StandardAnalyzer;
import org.apache.lucene.analysis.standard.StandardAnalyzer;
import org.apache.lucene.document.Document;
import org.apache.lucene.document.Field;
import org.apache.lucene.document.StringField;
import org.apache.lucene.document.TextField;
import org.apache.lucene.index.IndexWriter;
import org.apache.lucene.index.IndexWriterConfig;
import org.apache.lucene.store.FSDirectory;

对于所有的lucene导入,我都收到错误消息“无法解决此导入组织”。有人可以帮我吗? (我的罐子是否位于正确的位置-文件夹“ Referenced Libraries”) 知道为什么吗?我添加了必要的罐子-参见屏幕截图:

enter image description here

0 个答案:

没有答案