我正在尝试了解Lucene,并希望用Luke来调查它。我尝试使用Lucene 4.3中的IndexFiles演示构建索引,然后尝试使用最新版本的Luke查看索引,我收到消息:
Invalid directory at the location, check console for more information. Last exception:
org.apache.lucene.index.IndexFormatTooNewException: Format version is not supported (resource: ChecksumIndexInput(MMapIndexInput(path="/home/lavin/sep20.index/segments_2"))): 1 (needs to be between 0 and 0)
任何想法有什么问题以及如何解决?我的Lucene版本对Luke来说是否太新了?有没有办法告诉Lucene写一个旧版索引?提前致谢, - 马克