Behaves like
BdbFrontier (i.e., a basic mostly breadth-first
frontier), but with the addition that you can set the number of documents
to download on a per site basis.
Useful for case of frequent revisits of a site of frequent changes.
Choose the number of docs you want to download and specify
the count in max-docs. If count-per-host is
true, the default, then the crawler will download max-docs
per host. If you create an override, the overridden max-docs
count will be downloaded instead, whether it is higher or lower.
If count-per-host is false, then max-docs
acts like the the crawl order max-docs and the crawler will
download this total amount of docs only. Overrides will
download max-docs total in the overridden domain.
author: Oskar Grenholm BdbFrontierQuotaEnforcer