How to set up the scheduler for web crawling
alistr2 opened this issue · 0 comments
Hi,
I've manged to install and configure OSS 1.5.14 (build d0d167e), run the initial crawl of my website and integrate it into my website using the PHP library, but I am having difficulty setting up the scheduler to refresh the index and have not been able to find a basic example configuration.
My Crawl process is configured this way:
And the Scheduler job is configured to run at 11:00 PM this way:
Even when I manually execute the job, I don't see OSS attempting to retrieve any content from my webserver in its access log. I feel I am probably missing something basic but I'm a bit swamped by the large number of available tasks and their configuration options.
As a basic set up, I would like OSS to re-index the entire site at 11:00 PM daily.
Any help much appreciated.