Copied to clipboard

Flag this post as spam?

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


  • Mikkel B. Mikkelsen 52 posts 81 karma points
    Jun 24, 2013 @ 15:35
    Mikkel B. Mikkelsen
    0

    Examine indexes some nodes, but not all.

    The nodes in question are media nodes. No matter how many media nodes I have, the index only catches the same 52 nodes everytime i rebuild the index. If I go into the media library, open up an image and save it, it gets added to the index within a few seconds. If i then force-rebuild the examine index, I'm back down to only the 52 nodes.

    I've tried deleting temp files, umbraco.config, running iisreset.exe, checked and double checked my examine configs which have been working just fine untill earlier today. Here's the relevant parts of my examine configs:

    ExamineSettings.config:

     
    
    
    
    ExamineIndex.config
     <IndexSet SetName="MediaIndexSet" IndexPath="~/App_Data/TEMP/ExamineIndexes/Media/">
       
    <IndexAttributeFields>
         
    <add Name="id" />
         
    <add Name="nodeName" />
         
    <add Name="NiceUrl" />
         
    <add Name="updateDate" />
         
    <add Name="writerName" />
         
    <add Name="path" />
         
    <add Name="nodeTypeAlias" />
         
    <add Name="parentID" />
       
    </IndexAttributeFields>
       
    <IndexUserFields>
         
    <add Name="umbracoFile"/>
         
    <add Name="metaKmat"/>
         
    <add Name="metaProduct"/>
         
    <add Name="metaProject"/>
         
    <add Name="metaAddress"/>
         
    <add Name="metaState"/>
         
    <add Name="metaCountry"/>
         
    <add Name="metaArchitect"/>
         
    <add Name="metaLightDesigner"/>
         
    <add Name="metaElectricalEngineer"/>
         
    <add Name="metaPhotographer"/>
         
    <add Name="metaApplications"/>
         
    <add Name="productGroup"/>
       
    </IndexUserFields>
       
    <IncludeNodeTypes>
         
    <add Name="projectFolder" />
         
    <add Name="Image" />
       
    </IncludeNodeTypes>
       
    <ExcludeNodeTypes />
     
    </IndexSet>

    The solution in question is running umbraco 6.1.1. Anything else you need to know, just ask. I've no idea what's going on here.

     

     

  • 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