Copied to clipboard

Flag this post as spam?

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


  • Ligia 15 posts 74 karma points
    Oct 14, 2014 @ 18:28
    Ligia
    0

    Problems Configuring Indexes with Examine.

    Hello Umbraco Friendly Community,

    I'm trying to configure indexes with Examine and I'm having problems.I've added this bit inside ExamineIndex.config: 

    <IndexSet SetName="ENIndexSet" IndexPath="~/App_Data/ExamineIndexes/EN/"  IndexParentId="1054">
        <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>
       
         
         
         
         
         
         
         
       
     
     
     
     

    Inside ExamineSettings.config

     <add name="ENIndexer" type="UmbracoExamine.UmbracoMemberIndexer, UmbracoExamine" indexSet="ENIndexSet" 
               supportUnpublished="false"
               supportProtected="true" 
               analyzer="Lucene.Net.Analysis.Standard.StandardAnalyzer, Lucene.Net"/>
     <add name="ENSearcher" type="UmbracoExamine.UmbracoExamineSearcher, UmbracoExamine" indexSet="ENIndexSet"
               analyzer="Lucene.Net.Analysis.Standard.StandardAnalyzer, Lucene.Net" enableLeadingWildcards="true"/>

     

             

    I installed Examine Dashboard package and there I saw that my Index wasn't created properly (compared with the values for the Examine External Index). I need to mention I do have published pages . 

     

    Index info & tools

    Documents in index 0
    Fields in index 0
    Has deletions? / Optimized? false (0)/ false
  • David Court 6 posts 26 karma points
    Oct 15, 2014 @ 14:12
    David Court
    0

    Have you tried republishing the site in order to regenerate the indexes, or using the Examine Dashboard package to regenerate (the Rebuild Index shown)?

    What Umbraco Version are you using?

Please Sign in or register to post replies

Write your reply to:

Draft