This worker takes in a document and executes some provided JavaScript against it.
4.0K
The JavaScript worker is a document worker that takes in a document and executes some provided JavaScript against it. The JavaScript to be executed should be passed in the custom data of the document worker task. The Nashorn JavaScript Engine is used by the worker to execute the JavaScript provided and expects the passed JavaScript to have a method processDocument that accepts a single parameter (the document), which the worker will call and pass the document to.
Content type
Image
Digest
Size
245 MB
Last updated
about 9 years ago
docker pull cafdataprocessing/worker-javascript