Copied to clipboard

Flag this post as spam?

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


  • How Do I Delete My Account? 68 posts 433 karma points
    Dec 06, 2015 @ 10:39
    How Do I Delete My Account?
    0

    Examine: IncludeNodeTypes doesn't work.

    Hi!

    I've tried to create my own indexer following the documentation. Unfortunately, this doesn't work. I get the included node types as answer, but I can also get other document types. Why is this? And what can I do to fix this problem?

    <IndexSet SetName="ExternalIndexSet" IndexPath="~/App_Data/TEMP/ExamineIndexes/External/">
        <IndexAttributeFields>
          <add Name="id" />
          <add Name="nodeName" />
          <add Name="path" />
          <add Name="nodeTypeAlias" />
          <add Name="parentID" />
        </IndexAttributeFields>
        <IndexUserFields>
          <add Name="heading"/>
          <add Name="mainBody"/>
        </IndexUserFields>
        <IncludeNodeTypes>
          <add Name="NewsItem"/>
        </IncludeNodeTypes>
      </IndexSet>
    
  • 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