将 sitecore 7.1 搜索迁移到 sitecore 8.0

Migrating sitecore 7.1 search to sitecore 8.0

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

我主要关注 Lucene 搜索和搜索功能的索引部分,这些功能也将被迁移。

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

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

据我所知,搜索配置发生了某些变化

contentSearch/configuration/defaultIndexConfiguration/analyzer

已移至:

contentSearch/indexConfigurations/defaultLuceneIndexConfiguration/analyzer

ContentSearch 命名空间也发生了变化

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

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

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

请仔细阅读 Sitecore 的升级说明,并考虑是否必须对您的解决方案执行这些升级说明。可以在此处找到 8.0 的官方升级说明 https://dev.sitecore.net/en/Downloads/Sitecore_Experience_Platform/8_0/Sitecore_Experience_Platform_8_0.aspx(但您可能需要 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/