Interface SourceOptionsWebCrawl.CrawlSpeed
- Enclosing class:
- SourceOptionsWebCrawl
public static interface SourceOptionsWebCrawl.CrawlSpeed
The number of concurrent URLs to fetch. `gentle` means one URL is fetched at a time with a
delay between each call. `normal` means as many as two URLs are fectched concurrently with a
short delay between fetch calls. `aggressive` means that up to ten URLs are fetched
concurrently with a short delay between fetch calls.
-
Field Summary
-
Field Details
-
GENTLE
gentle.- See Also:
- Constant Field Values
-
NORMAL
normal.- See Also:
- Constant Field Values
-
AGGRESSIVE
aggressive.- See Also:
- Constant Field Values
-