file:js-index.
Uploading a JavaScript blob
In Fusion 5.9, JavaScript blobs must be uploaded using the Blob Store API, like this:
Referencing a JavaScript blob
Use any of the following formats for theref/Script Reference configuration field:
The examples above use
index-pipeline-js-stage.js as the blob ID.Edit JavaScript
For Fusion 5.4.x and later, select Edit in the Script Reference field to edit JavaScript directly in the Fusion UI.JavaScript examples
When reusing a script in both Managed JavaScript index stages and Managed JavaScript query stages, you need to upload it twice: once as a
file:js-index blob and once as a file:js-query blob.