Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Stig Kulvedrøsten 48 posts 69 karma points
    Jul 20, 2011 @ 20:46
    Stig Kulvedrøsten
    0

    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

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Jul 20, 2011 @ 21:32
    Dirk De Grave
    0

    Stig,

    It does index inherited properties by default, unless you override that settings in ExamineIndex.config. Can you show us your configuration?

     

    Cheers,

    /Dirk

  • Stig Kulvedrøsten 48 posts 69 karma points
    Jul 20, 2011 @ 21:38
    Stig Kulvedrøsten
    0

    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>

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Jul 20, 2011 @ 22:03
    Dirk De Grave
    0

    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>
    Cheers,
    /Dirk

     

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies