Copied to clipboard

Flag this post as spam?

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


  • Bobi 280 posts 743 karma points
    Jun 09, 2017 @ 17:54
    Bobi
    0

    Lucene search

    Hi, I am having some issues with Lucene. I have a site-wide search but for some reason the search is not including the blog node component of my site.

    Any ideas would be greatly appreciated. :)

    Additional info:

    -->search provides results for entire site (including various child nodes)

    -->node structure is:

    Home

    -About page

    -Blog page

    -other pages

    Search doesn't include results for Blog page, or even pick up the blog node.

  • Alex Skrypnyk 5908 posts 22603 karma points MVP 4x admin c-trib
    Jun 10, 2017 @ 00:35
    Alex Skrypnyk
    1

    Hi Bobi

    Can you check examine config? What fields are in your index? Are these fields have the same alias as fields on BlogPage Page?

    Alex

  • Bobi 280 posts 743 karma points
    Jun 10, 2017 @ 20:10
    Bobi
    0

    Thanks for the reply Alex.

    My ExamineIndex.config has the following:

    <ExamineLuceneIndexSets>
      <!-- The internal index set used by Umbraco back-office - DO NOT REMOVE -->
      <IndexSet SetName="InternalIndexSet" IndexPath="~/App_Data/TEMP/ExamineIndexes/Internal/"/>
    
      <!-- The internal index set used by Umbraco back-office for indexing members - DO NOT REMOVE -->
      <IndexSet SetName="InternalMemberIndexSet" IndexPath="~/App_Data/TEMP/ExamineIndexes/InternalMember/">
        <IndexAttributeFields>
          <add Name="id" />
          <add Name="nodeName"/>
          <add Name="updateDate" />
          <add Name="writerName" />
          <add Name="loginName" />
          <add Name="email" />
          <add Name="nodeTypeAlias" />
        </IndexAttributeFields>
      </IndexSet>
    
      <!-- Default Indexset for external searches, this indexes all fields on all types of nodes-->
      <IndexSet SetName="ExternalIndexSet" IndexPath="~/App_Data/TEMP/ExamineIndexes/External/" />
    </ExamineLuceneIndexSets>
    

    The attribute fields for BlogPage are not the same. They are blogDescription, blogTitle, and blogPost.

  • Bobi 280 posts 743 karma points
    Jun 21, 2017 @ 22:48
    Bobi
    0

    Alex, any thoughts on this?

  • 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