2013-12-20 53 views
5

我想了解Lucene,並希望使用盧克來調查它。我試着在Lucene的4.3與IndexFiles演示建立索引,然後試圖用盧克的最新版本中查看索引,我得到的消息:盧克說,我的Lucene索引目錄是無效的

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寫一個老版本的索引?在此先感謝, - Mark

回答

7

您可能正在使用舊版本的luke,原始維護人員不再將其更新爲新版本的Lucene。

this guy獲取最新信息。他保持最新。