Sitecore Lucene索引 - 按模板排除项目

时间:2016-06-13 14:01:17

标签: indexing lucene sitecore

我创建了一个自定义索引,并且我想要排除从已知模板创建的一些项目。我在配置中设置了这个,但似乎不起作用:

          <documentOptions type="Sitecore.ContentSearch.LuceneProvider.LuceneDocumentBuilderOptions, Sitecore.ContentSearch.LuceneProvider">
            <indexAllFields>true</indexAllFields>
            <exclude hint="list:AddExcludedTemplate">
              <templateId>{C4770867-35D0-4B09-8A02-9EC9CFBB60BA}</templateId>
            </exclude >               
          </documentOptions>

有什么想法吗?

1 个答案:

答案 0 :(得分:3)

取决于您使用的Sitecore版本。在Sitecore 8.1中,list:ExcludeTemplate已替换为list:AddExcludedTemplate

http://www.sitecorecoffee.com/2016/01/sitecore-81-creating-custom-search-index.html