Sitecore 9 xDB Interaction events
摘要:在Xdb.Collection.Shard0/1.[xdb_collection].[Interactions]中,events列记录了此条interaction/visit的页面访问记录和Event记录。 其中DefinitionId: {9326CB1E-CEC8-48F2-9A3E-91C7D
阅读全文
posted @
2019-01-16 08:47
Joe Hou
Sitecore 9 使用 Azure Search的几个知识点
摘要:Sitecore 的patch config文件(通常在app config的Include文件夹中) 使用role:require和search:require,不需要disabled文件后缀名了 写Index的时候,Azure Search要求Field Name必须存在于Schema中( Er
阅读全文
posted @
2019-01-11 08:28
Joe Hou
Sitecore 9 xConnect Search使用Azure Search Service 的配置
摘要:对于Sitecore 9 CM/CD使用Azure Search Service参见: https://www.cnblogs.com/JoeHou/p/10217863.html xConnect的配置如下: 下列文件夹中的 SOLR configuration 加 *.disabled后缀;去掉
阅读全文
posted @
2019-01-04 11:43
Joe Hou
翻译 - Sitecore 9 Azure Search 配置
摘要:出处:https://doc.sitecore.com/developers/90/platform-administration-and-architecture/en/configure-azure-search.html#UUID-6db2d23d-88f1-df71-5144-82fd14c
阅读全文
posted @
2019-01-04 08:31
Joe Hou
After Sitecore 9 installation, the CPU is very high
摘要:症状: CPU usage 几乎100%, 主要被java(TM) Platform SE binary占用。 原因: solr 的certificate是self-signed,SC9不支持。 在"sitecore9Test-xconnect\App_data\jobs\continuous\In
阅读全文
posted @
2019-01-03 10:23
Joe Hou