Copied to clipboard

Flag this post as spam?

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


  • Sjors Pals 617 posts 270 karma points
    Jun 22, 2010 @ 17:44
    Sjors Pals
    0

    UmbracoIndexer....

    Hi i am trying to setup the new examine search in Umbraco 4.1

    But i have problems with a namespace:

                UmbracoIndexer examine = new UmbracoIndexer();
                List<SearchResult> results = examine.Search("find this", true);

     

    In what namespace is UmbracoIndexer?

     

  • Aaron Powell 1708 posts 3044 karma points c-trib
    Jun 22, 2010 @ 21:46
    Aaron Powell
    0

    I don't know where you got that code from but that isn't how Examine has ever operated. Examine is a singleton which operates via an object called the ExamineManager (Examine.ExamineManager is the full namespace).

    Here's a post to get you started with the fluent api: http://farmcode.org/post/2010/03/25/Examinee28099s-fluent-search-API.aspx

  • Sjors Pals 617 posts 270 karma points
    Jun 23, 2010 @ 03:16
    Sjors Pals
    0

    Think i got it from an other blog on farmcode.org, but saw this blog later, will dive into it tomorrow :)

    Know that after CG10 there will be more information about this, but we are on a really tight schedule :)

     

  • 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