Copied to clipboard

Flag this post as spam?

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


  • AndrewSwerlick 5 posts 25 karma points
    Mar 26, 2014 @ 16:27
    AndrewSwerlick
    0

    How often are ISimpleDataService indexers run

    We're implementing search of some external content and using an ISimpleDataService to index the content, per this guide. http://thecogworks.co.uk/blog/posts/2013/february/examiness-hints-and-tips-from-the-trenches-part-8-custom-indexing/

    At the beginning, he mentions that ISimpleDataService's are run on a scheduled basis, but just what is that schedule?

  • Ismail Mayat 4511 posts 10059 karma points MVP 2x admin c-trib
    Mar 26, 2014 @ 18:00
    Ismail Mayat
    0

    Andrew,

    You have to setup a schedule yourself. I did it with a httphandler and then wrote console app to call that and then used windows scheduler to run the console app. What version of umbraco are you using if 6 or later then you can instead of http handler write webapi method to do the reindex and then create console app to run it via windows scheduler.

    Regards

    Ismail

  • AndrewSwerlick 5 posts 25 karma points
    Mar 26, 2014 @ 18:19
    AndrewSwerlick
    0

    Awesome thanks. We're running 7.1.0 RC. That sounds like a fairly simple approach to handle the situation.

  • 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