标签: lucene sitecore sitecore7
我有一个数据提供商,可以将内容集成到Sitecore 7解决方案中。如何为所提供的数据编制索引?目前,数据提供者提供的任何内容都没有被编入索引。有没有办法为这个内容添加某种索引器?
答案 0 :(得分:1)
默认情况下,如果将导入Sitecore的数据发布到Web数据库,则对于所有这些文件,索引都将更新。为了能够搜索自定义字段,您应该调整默认搜索配置以使索引器拾取字段。有关详细信息,我想将您重定向到Sitecore文档:
http://sdn.sitecore.net/Reference/Sitecore%207/Developers%20Guide%20to%20Item%20Buckets%20and%20Search.aspx
答案 1 :(得分:1)
事实证明,这是在处理OOTB时花了一段时间来索引所有数据。
这里有很好的文档: http://sdn.sitecore.net/Developer/Integrating%20External%20Data%20Sources.aspx http://sdn.sitecore.net/Reference/Sitecore%207/Sitecore%20Search%20and%20Indexing%20Guide.aspx