将sitecore 7.1搜索迁移到sitecore 8.0

时间:2015-07-22 08:41:42

标签: indexing lucene migration sitecore sitecore8

我应该将网站从Sitecore 7.1迁移到8.0

我主要关注的是Lucene Search和索引部分搜索功能,也是要迁移的。

我只是需要提出相同的错误和错误以及一个问题(在网上找不到答案),搜索功能是否会受到迁移的严重影响?迁移时应该注意什么?

感谢任何有用且相关的链接。

1 个答案:

答案 0 :(得分:1)

从我的想法来看,搜索配置有一些变化

contentSearch/configuration/defaultIndexConfiguration/analyzer

已转移到:

contentSearch/indexConfigurations/defaultLuceneIndexConfiguration/analyzer

ContentSearch名称空间也有变化

同时检查媒体库的EncodedNameReplacements设置,因为它可能会破坏您的某些链接。

如果您正在使用模块 - 请通过此链接https://kb.sitecore.net/articles/541788检查模块兼容性表,因为其中一些可能尚不适用于8.0。 Sitecore.Kernel现在在.NET 4.5上,所以请记住.NET版本升级

我通常会使用以下版本进行两次干净安装,并检查差异工具中的配置更改,如果适用,您可能会发现这种做法也很有用。

请仔细阅读Sitecore的升级说明,并考虑是否必须对您的解决方案执行。可以在https://dev.sitecore.net/en/Downloads/Sitecore_Experience_Platform/8_0/Sitecore_Experience_Platform_8_0.aspx找到8.0的官方升级说明(但您可能需要SDN帐户才能访问)

其他一些有用的参考资料:

https://theagilecoder.wordpress.com/2015/03/09/keystone-considerations-when-upgrading-to-sitecore-7-5-or-sitecore-8/

http://laubplusco.net/quick-tip-upgrading-sitecore-fast-easy/

http://www.velir.com/blog/index.php/2015/06/25/the-art-of-the-sitecore-upgrade/