开发者

How To Upgrade Solr From 3.1 to 3.2 Without Reconfigure or Data Lost

开发者 https://www.devze.com 2023-03-11 05:31 出处:网络
Only replace t开发者_运维百科he start.jar or any other means? Thanks :)start.jar is only a small wrapper to start up Jetty. It\'s not related to Solr. When upgrading, always see the release notes fir

Only replace t开发者_运维百科he start.jar or any other means?

Thanks :)


start.jar is only a small wrapper to start up Jetty. It's not related to Solr. When upgrading, always see the release notes first (here are the release notes for 3.2, there are no breaking changes), make the changes indicated there, then replace your solr.war and other apache-solr*.jar with the ones in the dist directory in the 3.2 distro.

0

精彩评论

暂无评论...
验证码 换一张
取 消