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.
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?
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
Awesome thanks. We're running 7.1.0 RC. That sounds like a fairly simple approach to handle the situation.
is working on a reply...