fix: ScriptedProcessor function name in docs

This commit is contained in:
Martin Czygan
2024-07-22 14:15:40 +02:00
parent 4a103f3e21
commit 3128ae5b84
@@ -42,7 +42,7 @@ import org.springframework.context.ApplicationContextAware;
* Script source may be provided via a file local to the crawler or
* an inline configuration string.
*
* The source must include a function "run()" taking one argument.
* The source must include a function "process()" taking one argument.
* Each processed CrawlURI is passed to this script function.
*
* Other variables available to the script include 'self' (this