簡體   English   中英

將Sitecore從7.2升級到7.5后出現關於Solr的錯誤

[英]Getting Error regarding Solr after upgrading sitecore from 7.2 to 7.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;

任何對此的幫助將不勝感激

您似乎錯過了升級Solr支持包的步驟,根據您所升級的7.5版本,您需要轉到CMS Updates頁面,然后轉到“下載Solr支持包”部分並升級dll。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM