Store crawl parameters in QueueBundle when start a crawl
administrator2010-09-06 17:04
Currently, when a new crawl is launched the crawl parameter are stored in the
QueueServer and not persistently. This makes it awkward for resuming old crawls. Instead, the crawl info should be set in the QueueBundle when it is initialized.
People should also be able to import as the current crawl options the crawl options of old crawls.
Currently, when a new crawl is launched the crawl parameter are stored in the QueueServer and not persistently. This makes it awkward for resuming old crawls. Instead, the crawl info should be set in the QueueBundle when it is initialized. People should also be able to import as the current crawl options the crawl options of old crawls.
Fixed with commit 487a46f, Chris