LUCENE 高亮器 java.lang.NoClassDefFoundError: org/apache/lucene/index/memory/MemoryIndex
LUCENE 高亮器 java.lang.NoClassDefFoundError: org/apache/lucene/index/memory/MemoryIndex java.lang.NoClassDefFoundError: org/apache/lucene/index/memory/MemoryIndex
缺少lucene-memory-3.0.0.jar打包没有将该报打入。需要再pom文件里加入该依赖发布snepshot时是可以自动打入依赖的依赖的但是发布正式版本就有可能没有将该包打包进来。
缺少lucene-memory-3.0.0.jar打包没有将该报打入。需要再pom文件里加入该依赖发布snepshot时是可以自动打入依赖的依赖的但是发布正式版本就有可能没有将该包打包进来。