我是网站核心的lucene搜索的新手。我正面临着一些问题。
Sitecore 7.2中是否支持高级数据库爬虫?我从Nuget下载了DLL并添加了配置文件。当我尝试重建索引时,我遇到了以下问题。
无法加载文件或程序集'Lucene.Net,Version = 2.3.1.3, Culture = neutral,PublicKeyToken = null'或其依赖项之一。该 找到程序集的清单定义与程序集不匹配 参考。 (HRESULT异常:0x80131040)
这个问题可能是什么原因?
答案 0 :(得分:3)
Sitecore 7不再支持或不需要高级数据库爬网程序模块。相反,有一个新的内置ContentSearchManager API,您应该使用它。
首先阅读SDN上的Developer’s Guide to Item Buckets and Search和Search and Indexing Guide,并在此处查看更多有用的博文:http://sitecore-community.github.io/docs/documentation/Search/index.html
答案 1 :(得分:0)
嗯,市场表示它不支持Sitecore 7+ https://marketplace.sitecore.net/Modules/Search_Contrib.aspx?sc_lang=en
您收到的消息是因为Sitecore 7+使用Lucene 3.0.3而模块使用2.3.1.3