Copied to clipboard

Flag this post as spam?

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


  • MK 426 posts 902 karma points
    Jun 20, 2013 @ 20:41
    MK
    0

    Examine's Index issue

    Hi there,

    I have about 800 nodes in the website with the same Document type.

    Ive created a new indexer for this type only and for some reason examine is indexing only some of the prop for only part of the nodes while indexing all of the prop for the rest of the nodes.

    Am I missing anythiing?

    Regards,

    mkariti

  • Dan Lister 416 posts 1973 karma points c-trib
    Jun 21, 2013 @ 10:27
    Dan Lister
    0

    Hi mkariti,

    Have you got an example of your Examine config from both the index and setting files?

    Dan.

  • MK 426 posts 902 karma points
    Jun 21, 2013 @ 22:05
    MK
    0

    Hi Dan,

    Many thanks for your reply.

    Here are the configs:

     

        <IndexSet SetName="FoodIngredientIndexSet" IndexPath="~/App_Data/TEMP/ExamineIndexes/FoodIngredients/">

        <IndexAttributeFields>

          <add Name="id" />

          <add Name="nodeName" />

          <add Name="updateDate" />

          <add Name="writerName" />

          <add Name="path" />

          <add Name="nodeTypeAlias" />

        </IndexAttributeFields>

          <IndexUserFields>

          <add Name="fiAllergens"/>

          <add Name="fiHealthProblems"/>

          <add Name="fiFoodPreference"/>

          <add Name="fiBreastFeeding"/>

          <add Name="isZoneItem"/>

          <add Name="relateToArticle"/>

          <add Name="relateItemToMenu"/>

          </IndexUserFields>

          <IncludeNodeTypes> 

            <add Name="FoodIngredient"/>

          </IncludeNodeTypes>

        <ExcludeNodeTypes />

      </IndexSet>

      

              <add name="FoodIngredientSearcher" type="UmbracoExamine.UmbracoExamineSearcher, UmbracoExamine"

               analyzer="Lucene.Net.Analysis.Standard.StandardAnalyzer, Lucene.Net" enableLeadingWildcards="true"

               IndexSet="FoodIngredientIndexSet" />

                <add name="FoodIngredientIndexer" type="UmbracoExamine.UmbracoContentIndexer, UmbracoExamine"

                supportUnpublished="false"

                supportProtected="false"

                interval="10"

                analyzer="Lucene.Net.Analysis.Standard.StandardAnalyzer, Lucene.Net"

                IndexSet="FoodIngredientIndexSet" />

     

     

    Regards,

    mkariti

  • 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