Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
加载弹簧容器时出现以下异常。堆栈跟踪如下。它工作正常,但不知道发生了什么。谁能给我解决方案
org.apache.lucene.index.CorruptIndexException:未能找到当前的segments_N
谢谢
如前所述,您的索引似乎已损坏。几个可能的原因可能是没有正确关闭资源,或者在写入索引时强制中断 Lucene。
您可以使用CheckIndex获取有关索引状态的更多信息,并尝试修复它。
CheckIndex