Copied to clipboard

Flag this post as spam?

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


  • Ismail Mayat 4511 posts 10059 karma points MVP 2x admin c-trib
    Oct 21, 2010 @ 16:11
    Ismail Mayat
    0

    Examine rc3 internal index

    Guys,

    Im using umbraco 4.5.2 and lucene rc3 latest build from codeplex.  I have the following for internal index ExamineSettings

      <add name="InternalIndexer" 
           type="UmbracoExamine.UmbracoContentIndexer, UmbracoExamine"
           dataService="UmbracoExamine.DataServices.UmbracoDataService, UmbracoExamine"
           runAsync="true"
           supportUnpublished="true"
           supportProtected="true" 
           interval="10"
                     />  

    and under search provider bit

          <add name="InternalSearcher"   indexSet="InternalIndexSet" type="UmbracoExamine.UmbracoExamineSearcher, UmbracoExamine"
               />

    when i rebuild my index in the umbraco log i get for each page Document not published so XML cannot be generated however i have told it to support unpublished so it should still index?

    Regards

    Ismail

     

  • Rich Green 2246 posts 4006 karma points
    Oct 21, 2010 @ 16:17
    Rich Green
    0

    Hey Ismail, 

    I wish I knew the answer, but is there a reason you're not using examine v1.0 RTM?

    Rich

  • Ismail Mayat 4511 posts 10059 karma points MVP 2x admin c-trib
    Oct 21, 2010 @ 16:29
    Ismail Mayat
    0

    just upgraded to the rtm and i get same thing. Not sure if this is related but on none of may pages are published i just tried to publish the home page and i get ysod its moaning  about ultimate picker not sure why?

    regards

    Ismail

  • Rich Green 2246 posts 4006 karma points
    Oct 21, 2010 @ 16:31
    Rich Green
    0

    If I remember rightly you were hooking into the GatheringNode event and indexing the MNTP right? This code probably is not backwards compatible.

    Rich 

  • Ismail Mayat 4511 posts 10059 karma points MVP 2x admin c-trib
    Oct 21, 2010 @ 16:33
    Ismail Mayat
    0

    fixed my ysod error and its not related still non indexing non published pages.

    Ismail

  • Aaron Powell 1708 posts 3044 karma points c-trib
    Oct 21, 2010 @ 23:57
    Aaron Powell
    0

    Can you upgrade the the RTM?

  • Ismail Mayat 4511 posts 10059 karma points MVP 2x admin c-trib
    Oct 22, 2010 @ 08:56
    Ismail Mayat
    0

    Slace,

    Upgraded still get same issue. One thing to note all the content has been imported using CMSImport not sure if that has anything todo with it. For now as its dev site I have published everything and it all now appears in the internal index.

    Regards

    Ismail

  • 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