file:js-index
.
See also: Custom JavaScript Stages For Index Pipelines.
Uploading a JavaScript blob
In Fusion 4.2, 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.Configuration
When entering configuration values in the UI, use unescaped characters, such as
\t
for the tab character. When entering configuration values in the API, use escaped characters, such as \\t
for the tab character.