Merge pull request #599 from miku/miku/scriptedprocessor-javadoc-fix

fix: ScriptedProcessor function name in docs
This commit is contained in:
Alex Osborne
2024-08-07 17:04:02 +09:00
committed by GitHub
@@ -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