.

Harvest::Controller::URLFilter::Depth - limit based on depth

DESCRIPTION

The ``depth'' of a URL is the number of URLs that are traversed to get from the rootnode to it. The RootNode itself has a depth of 1, a URL linked from that object would have a depth of 2, and so on. Note that depth is relative to the Rootnode given to Harvest, b<not> to the root of the server that the url lives on (and it has absolutely nothing to do with the number of /'s in the path ...).

PARAMETERS

Depth takes 1 argument, the maximum depth to index to. A depth of 1 will cause only the Rootnode itself to be indexed, and so on.