java.lang.NoClassDefFoundError: org/apache/lucene/index/memory/MemoryIndex

Lucence3.0搜索框架异常:

rootcause:

java.lang.NoClassDefFoundError:org/apache/lucene/index/memory/MemoryIndex

解决方案:

在Web工程下导入lucene-memory-3.0.1.jar包,该包在lucene-3.0.1\contrib\memory文件夹中.

结果:

异常消失.

相关推荐