Copied to clipboard

Flag this post as spam?

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


  • Abdul Raheem 17 posts 61 karma points
    Jan 05, 2015 @ 14:14
    Abdul Raheem
    0

    Ubloogsy and site search

    Hi there, I have implemented ublogsy in my site and also site search using examine, search is working fine, but i have an issue, when ever i create a new blog post it does not create its index in the external searcher, but i have noticed that the data is indexed in the internal searcher.  Can any one please guide me why i am facing this issue, even after rebuilding indexes it doesnot work.
    Please see the screen shot.

    Also my externalindex seetings are here

        
          <IndexSet SetName="ExternalIndexSet" IndexPath="~/App_Data/TEMP/ExamineIndexes/External/">
        <IndexAttributeFields>
          <add Name="id" />
          <add Name="nodeName"/>
          <add Name="nodeTypeAlias" />
          <add Name="umbracoNaviHide" />
          <add Name="parentID" />
          <add Name="updateDate" />
          <add Name="writerName" />
          <add Name="uBlogsyPost" />     
        </IndexAttributeFields>
        <IndexUserFields>
          <add Name="bodyText" />
          <add Name="uBlogsyContentTitle" />
          <add Name="uBlogsyContentBody" />
          <add Name="uBlogsyCommentName" />
          <add Name="uBlogsyCommentMessage" />
          <add Name="uBlogsyContentSummary" />
        </IndexUserFields>
        <IncludeNodeTypes>
          <add Name="uBlogsyLanding" />
          <add Name="uBlogsyPost" />
          <add Name="uBlogsyComment" />
        </IncludeNodeTypes>
        <ExcludeNodeTypes>
          <add Name="Folder" />
        </ExcludeNodeTypes>
      </IndexSet>
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      
  • 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