【发布时间】:2014-05-08 05:19:27
【问题描述】:
我是 Sitecore 的新手,我接到了使用 SiteCore 7 API 构建搜索的任务。执行搜索结果查询时出现以下错误。
System.ArgumentNullException: Value cannot be null. Parameter name:
fieldNameTranslator
以下行引发的错误
IQueryable<SearchResultItem> results = context.GetQueryable<SearchResultItem>();
堆栈说
Sitecore.ContentSearch.Linq.Solr.SolrIndexParameters..ctor(IIndexValueFormatter valueFormatter, IFieldQueryTranslatorMap`1 fieldQueryTranslators, FieldNameTranslator fieldNameTranslator, IExecutionContext[] executionContexts) +284
我已登录内容管理系统并在索引管理器中尝试重建 sitecore_web_index 的索引,但出现以下错误
Job started: Index_Update_IndexName=sitecore_web_index|#Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Sitecore.Exceptions.ProviderConfigurationException: Solr operations unavailable. Please check your global.asax,
【问题讨论】:
标签: c# solr lucene sitecore sitecore7