file:js-index
.
Uploading a JavaScript blob
In Managed Fusion 5.9, JavaScript blobs must be uploaded using the Blob Store API, like this:Replace
EXAMPLE_COMPANY
with the name provided by your Lucidworks representative.
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
Select Edit in the Script Reference field to edit JavaScript directly in the Managed Fusion UI.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.