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.
我正在使用 apache solr 并且我创建了另一个核心并且它工作正常。但是一旦我关闭我的服务器并重新启动它,新的核心就会被删除。但是该文件夹似乎在 solr 目录中。谁能告诉我为什么它会从我的 apache solr 中删除?提前致谢
检查solr.xml中的持久<solr persistent="true">属性,该属性将持久保存通过管理 UI 所做的更改,并且这些更改在重新启动后也可用。
<solr persistent="true">
如果启用了持久性(persist=true),这个新核心的配置将保存在“solr.xml”中。