Copied to clipboard

Flag this post as spam?

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


  • Gareth Evans 142 posts 334 karma points c-trib
    Jul 14, 2016 @ 22:46
    Gareth Evans
    1

    Examine index custom fields disappearing

    Hi All, We've got a fairly large umbraco site that we are maintaining for a client. One node type in particular has a custom examine indexer/searcher which is used for a search in a specific area of the site. We have a DirectoryIndexer_GatheringNodeData event that's hooked up in a startup handler which pushes some data into some defined index fields:

     <IndexUserFields>
          <add Name="clientBrandInfo" />
          <add Name="brandIndex"/>
          <add Name="productIndex"/>
        </IndexUserFields>
        <IncludeNodeTypes>
          <add Name="DirectoryClient"/>
        </IncludeNodeTypes>
    

    We are observing an issue where periodically (can't seem to reproduce it locally) the index just drops the brandIndex and productIndex fields completely.

    If we're viewing the index data in the backoffice with the examine management dashboard, the clientBrandInfo field is still there but the brandIndex and productIndex fields do not exist.

    They disappear for all nodes at the same time, and a re-index restores them.

    We've checked the tracelog and there is no indication of the nodegathering event being called for all nodes (so no full rebuild) where the custom field is being set to empty.

    We log whenever this event runs and sets node information in the index.

    Does anyone have any suggestions?

  • Gareth Evans 142 posts 334 karma points c-trib
    Aug 25, 2016 @ 20:31
Please Sign in or register to post replies

Write your reply to:

Draft