Copied to clipboard

Flag this post as spam?

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


  • Jeroen Breuer 4861 posts 12138 karma points MVP 3x admin c-trib
    Oct 21, 2010 @ 15:57
    Jeroen Breuer
    0

    Search with L2U or Examine

    Hello,

    I'm currently creating a /base method which can search blog posts (from Blog 4 Umbraco). It also needs to return some other data which is currently done with Linq to Umbraco. I can also search the blogs with by simply adding some where statements to my Linq to Umbraco queries, but is that recommended? I know I can also use Umbraco Examine for this. What should I use?

    Jeroen

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Oct 21, 2010 @ 16:00
    Stefan Kip
    0

    I'm using Examine, because Examine is made for this stuff :-)

  • Jeroen Breuer 4861 posts 12138 karma points MVP 3x admin c-trib
    Oct 21, 2010 @ 18:19
    Jeroen Breuer
    0

    I've decided to use Umbraco Examine and it works perfectly :).

    Jeroen

  • Rich Green 2246 posts 4006 karma points
    Oct 21, 2010 @ 18:28
    Rich Green
    0

    Sorry to hijack this thread, Examine is giving me a little grief.

    Can either of you have a look here http://our.umbraco.org/forum/developers/extending-umbraco/13799-Examine-issues and confirm that you don't have these issues?

    Cheers

    Rich

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

    Someone really should write an Examine provider for LINQ to Umbraco :P

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

    @slace do it son we are with you all the way ;-}

    Regards

    Ismail

  • Jeroen Breuer 4861 posts 12138 karma points MVP 3x admin c-trib
    Oct 22, 2010 @ 17:01
    Jeroen Breuer
    0

    Using Linq with Examine sounds really great!

    Jeroen

  • Aaron Powell 1708 posts 3044 karma points c-trib
    Oct 23, 2010 @ 00:23
    Aaron Powell
    1

    It's on my list, but it's a very long list of things to do :P

  • Jeroen Breuer 4861 posts 12138 karma points MVP 3x admin c-trib
    Nov 01, 2010 @ 10:24
    Jeroen Breuer
    0

    After the Umbraco BeNeLux meeting I saw Umbraco Examine can be used for a lot more than just searching. I know it's really fast, but is it faster than XSLT with the umbraco.config XML cached? I know this is a "the right tool for the job" question, but could it be that a UserControl which uses Umbraco Examine to display data is faster than an XSLT file?

    If an Examine provider for LINQ to Umbraco comes out I'll probably replace it for a lot of things where I now use LINQ to Umbraco with the NodeDataProvider.

    Jeroen

  • Aaron Powell 1708 posts 3044 karma points c-trib
    Nov 01, 2010 @ 10:40
    Aaron Powell
    1

    Generally speaking Lucene will kick the ass of most other ways which you can access data.

    If you configure your index well and do a good query then you should be fine. Be aware you'll loose performance if you start doing generic searching (ie - really loose term sets) or you use lots of wildcards. But if you're using it as a replacement for the Node API then you should be fine ;).

  • Ismail Mayat 4511 posts 10059 karma points MVP 2x admin c-trib
    Nov 01, 2010 @ 10:41
    Ismail Mayat
    1

    Jeroen,

    I am using examine regularly to do things like latest news on home page, current site i am working has quite a few articles in news section so to get the latest 3 to display on home page using examine is alot quicker than using xslt.

    Regards

    Ismail

  • Aaron Powell 1708 posts 3044 karma points c-trib
    Nov 01, 2010 @ 11:27
    Aaron Powell
    0

    When I was at The FARM we built a site which had half of a site running out of Examine ;)

  • 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