Copied to clipboard

Flag this post as spam?

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


  • Dennis 2 posts 72 karma points
    Sep 26, 2017 @ 12:45
    Dennis
    0

    Examine Index not workin in live environment

    Hi,

    we are having problems with an Examine Index of ours.

    The problem is that for some reason no Nodes are getting indexed in our live environment for this Examine Index. In our dev and staging environment with the same examine config, it is working without any problems.

    Here is our examineindex.config:

    <IndexSet SetName="RelaunchRedirectIndexSet" IndexPath="~/App_Data/TEMP/ExamineIndexes/{machinename}/chbeckRelaunchRedirect/">
    <IndexAttributeFields>
      <add Name="id" />
      <add Name="path" />
      <add Name="nodeName" />
      <add Name="nodeTypeAlias" />
      <add Name="url" />
    </IndexAttributeFields>
    <IndexUserFields>
      <add Name="alteTOCID" />
    </IndexUserFields>
    <IncludeNodeTypes>
      <add Name="chbeck_BuchRubrik" />
      <add Name="chbeck_BuchUnterrubrik" />
      <add Name="chbeck_Landingpage" />
      <add Name="chbeck_Titeltrefferliste" />
    </IncludeNodeTypes>
    

    Here is our examinesettings.config:

    <add name="RelaunchRedirectIndexer" type="UmbracoExamine.UmbracoContentIndexer, UmbracoExamine" analyzer="Lucene.Net.Analysis.Standard.StandardAnalyzer, Lucene.Net"/>
    

    and

    <add name="RelaunchRedirectSearcher" type="UmbracoExamine.UmbracoExamineSearcher, UmbracoExamine"
          analyzer="Lucene.Net.Analysis.Standard.StandardAnalyzer, Lucene.Net" enableLeadingWildcard="false"/> 
    

    As mentioned above, our entries for the staging and dev environments are identical.

    We are using Umbraco version 7.6.5.

    Here is a snippet of the Log, when manually rebuilding the index:

    2017-09-26 14:41:04,605 [P3608/D21/T71] INFO Umbraco.Web.WebServices.ExamineManagementApiController - Rebuilding index 'RelaunchRedirectIndexer' 2017-09-26 14:41:04,605 [P3608/D21/T71] INFO UmbracoExamine.DataServices.UmbracoLogService - Rebuilding index, Provider=RelaunchRedirectIndexer, NodeId=-1 2017-09-26 14:41:04,668 [P3608/D21/T71] INFO UmbracoExamine.DataServices.UmbracoLogService - PerformIndexAll - Start data queries - content, Provider=RelaunchRedirectIndexer, NodeId=-1 2017-09-26 14:41:05,245 [P3608/D21/T71] INFO UmbracoExamine.DataServices.UmbracoLogService - PerformIndexAll - End data queries - content, took 577ms, Provider=RelaunchRedirectIndexer, NodeId=-1 2017-09-26 14:41:05,245 [P3608/D21/T71] INFO UmbracoExamine.DataServices.UmbracoLogService - PerformIndexAll - Start data queries - media, Provider=RelaunchRedirectIndexer, NodeId=-1 2017-09-26 14:41:05,307 [P3608/D21/T242] INFO Umbraco.Web.WebServices.ExamineManagementApiController - Rebuilding index 'RelaunchRedirectIndexer' done, 289 items committed (can differ from the number of items in the index) 2017-09-26 14:41:05,432 [P3608/D21/T71] INFO UmbracoExamine.DataServices.UmbracoLogService - PerformIndexAll - End data queries - media, took 176ms, Provider=RelaunchRedirectIndexer, NodeId=-1

    Thanks in advance!

    Dennis

  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    Sep 26, 2017 @ 13:19
    Ismail Mayat
    0

    Dennis,

    Is the content on working envs same as live? Also do you have any Examine events setup like gatheringnode data?

    Is live being hosted on azure?

    Regards

    Ismail

  • Dennis 2 posts 72 karma points
    Sep 26, 2017 @ 14:07
    Dennis
    0

    Hi Ismail,

    they are the same doc types with the same properties.

    We don't have any special Examine events like gatheringnodedate.

    It's not hosted on azure.

    Best Regards Dennis

Please Sign in or register to post replies

Write your reply to:

Draft