Copied to clipboard

Flag this post as spam?

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


  • Danny 49 posts 105 karma points
    Nov 18, 2010 @ 15:10
    Danny
    0

    UmbracoExamine.LuceneExamineIndexer not recording parentID

    I'm using 4.5.2, and even checking on the default Umbraco index with Luke (parentID is explicitly specified to be indexed), there are no values for parentID!?

  • Aaron Powell 1708 posts 3046 karma points c-trib
    Nov 19, 2010 @ 00:17
    Aaron Powell
    0

    Can you post your Examine config (the indexset one)

  • Danny 49 posts 105 karma points
    Nov 22, 2010 @ 18:20
    Danny
    0

    Sorry for the late response--been out of town.

    It's the default examine config:

    <IndexSet SetName="InternalIndexSet" IndexPath="~/App_Data/TEMP/ExamineIndexes/Internal/">
          <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/>
          <ExcludeNodeTypes />
        </IndexSet>

  • Danny 49 posts 105 karma points
    Nov 29, 2010 @ 17:43
    Danny
    0

    Bump.  Anyone else experiencing this issue?

  • Aaron Powell 1708 posts 3046 karma points c-trib
    Nov 29, 2010 @ 21:51
    Aaron Powell
    0

    I've not had any problems with any of the Examine installs I have.
    Are there are messages in the umbracoLog table?

  • 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