Copied to clipboard

Flag this post as spam?

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


  • Lazau Florin 74 posts 210 karma points
    Mar 26, 2016 @ 14:44
    Lazau Florin
    0

    Search Only by nodeName not Working

    I try to search only by nodeName. This is my ExamineIndex:

    <IndexSet SetName="ExternalIndexSet" IndexPath="~/App_Data/TEMP/ExamineIndexes/{machinename}/External/">
    <IndexAttributeFields>
        <add Name="nodeName" />
    </IndexAttributeFields>
    <IndexUserFields></IndexUserFields>
    <IncludeNodeTypes>
      <add Name="BlogArticle"/>
      <add Name="hubs"/>
      <add Name="ContentPage"/>
      <add Name="partners"/>
      <add Name="GettingSatrtedPage"/>
      <add Name="ListViewPage"/>
      <add Name="TeamMember"/>
      <add Name ="ThePowerOfPositivePage"/>
      <add Name="partner"/>
    </IncludeNodeTypes>
    

    And this is ExamineSettings:

       <add name="ExternalIndexer" type="UmbracoExamine.UmbracoContentIndexer, UmbracoExamine"
               supportUnpublished="true"
           supportProtected="true"
           analyzer="Lucene.Net.Analysis.WhitespaceAnalyzer, Lucene.Net"/>
    

    My problem is that I get result that have names that not contains my search query.

    Please advise me! Thank you!

  • 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