我需要添加到单一的Solr指数2个不同的Sitecore的路径/Sitecore的/内容/系统/我的路径和/Sitecore的/内容/系统/我的路径2。Sitecore的Solr的索引配置设置不同的根路径
我如何以正确的方式做到这一点?
我应该只是将新的爬行器描述添加到具有新根值的位置部分。我应该使用|在根节的分割器?或者需要我复制所有索引节中根路径中的新路径?
<index id="my_index" type="Sitecore.ContentSearch.SolrProvider.SwitchOnRebuildSolrSearchIndex, Sitecore.ContentSearch.SolrProvider">
<param desc="name">$(id)</param>
<param desc="core">myindex</param>
<param desc="rebuildcore">myindex_swap</param>
<param desc="propertyStore" ref="contentSearch/databasePropertyStore" param1="$(id)" />
<configuration ref="contentSearch/indexConfigurations/countryIndexConfiguration" />
<strategies hint="list:AddStrategy">
<strategy ref="contentSearch/indexUpdateStrategies/manual" />
</strategies>
<locations hint="list:AddCrawler">
<crawler type="Sitecore.ContentSearch.SitecoreItemCrawler, Sitecore.ContentSearch">
<Database>web</Database>
<Root>/sitecore/content/System/My Path</Root>
</crawler>
</locations>
</index>