Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Can Examine index inherited properties? Doesn't seem to do this by default..
I have a basepage with some common properties and need to index them for each node.
Stig
Stig,
It does index inherited properties by default, unless you override that settings in ExamineIndex.config. Can you show us your configuration?
Cheers,
/Dirk
My configuration is at this point identical to the internal content configuration... Below you can see my IndexSet:
<IndexSet SetName="CategoriesIndexSet" IndexPath="~/App_Data/TEMP/ExamineIndexes/Categories/">
<IndexAttributeFields>
<add Name="id" />
<add Name="nodeName" />
<add Name="updateDate" />
<add Name="writerName" />
<add Name="path" />
<add Name="nodeTypeAlias" />
<add Name="parentID" />
</IndexAttributeFields>
<IndexUserFields />
<IncludeNodeTypes>
<add Name="dtProduct" />
<add Name="dtArticle" />
</IncludeNodeTypes>
<ExcludeNodeTypes />
</IndexSet>
Ok, I've got a similar setup of one of our sites, except for the fact that I've left the IndexAttributeFields not empty, and it works a treat. Maybe you could try that too? If you don't spec
<IndexSet SetName="xxNLIndexSet" IndexPath="~/App_Data/ExamineIndexes/xxNL/" IndexParentId="1121"><IndexAttributeFields /><IndexUserFields /><IncludeNodeTypes><add Name="Recipe" /></IncludeNodeTypes><ExcludeNodeTypes /></IndexSet>
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Examine indexing - inherited properties
Can Examine index inherited properties? Doesn't seem to do this by default..
I have a basepage with some common properties and need to index them for each node.
Stig
Stig,
It does index inherited properties by default, unless you override that settings in ExamineIndex.config. Can you show us your configuration?
Cheers,
/Dirk
My configuration is at this point identical to the internal content configuration... Below you can see my IndexSet:
<IndexSet SetName="CategoriesIndexSet" IndexPath="~/App_Data/TEMP/ExamineIndexes/Categories/">
<IndexAttributeFields>
<add Name="id" />
<add Name="nodeName" />
<add Name="updateDate" />
<add Name="writerName" />
<add Name="path" />
<add Name="nodeTypeAlias" />
<add Name="parentID" />
</IndexAttributeFields>
<IndexUserFields />
<IncludeNodeTypes>
<add Name="dtProduct" />
<add Name="dtArticle" />
</IncludeNodeTypes>
<ExcludeNodeTypes />
</IndexSet>
Ok, I've got a similar setup of one of our sites, except for the fact that I've left the IndexAttributeFields not empty, and it works a treat. Maybe you could try that too? If you don't spec
is working on a reply...