将sitecore从7.2升级到7.5后获得有关Solr的错误

时间:2015-09-08 06:39:15

标签: solr sitecore upgrade sitecore7.2 sitecore7.5

我将sitecore 7.2系统升级到Sitecore 7.5后,所有页面都出现错误

  应用程序中的服务器错误。

Method 'get_IsSharded' in type 'Sitecore.ContentSearch.SolrProvider.SolrSearchIndex' from assembly 'Sitecore.ContentSearch.SolrProvider, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.TypeLoadException: Method 'get_IsSharded' in type 'Sitecore.ContentSearch.SolrProvider.SolrSearchIndex' from assembly 'Sitecore.ContentSearch.SolrProvider, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

Source Error: 


Line 80:             string fullTextQuery = "", List<Refinement> refinementFilter = null,
Line 81:             List<PrioritizedField> overrideContentPrioritizedFieldList = null)
Line 82:         {
Line 83:             var query = GetQueryableResults(indexName, language, templateGuidFilter, locationGuidFilter, fullTextQuery, refinementFilter, overrideContentPrioritizedFieldList);
Line 84:             return query != null ? query.Select(toItem => toItem.GetItem()).ToList() : null;

对此有任何帮助将不胜感激

1 个答案:

答案 0 :(得分:1)

您似乎错过了升级Solr支持包,根据您已升级的7.5版本,您需要转到CMS Updates Page并转到&#34;下载Solr支持包&#34;部分和升级dll。