spell.load( path as String, uri as String ) as null
Add the words from the file specified in $path to the dictionary at $uri.
If a document exists with the specified URI, it is replaced with this one.
Note that words that are 64 characters or greater will never be returned
as suggestions from
spell.suggest
or
spell.suggestDetailed
.
Parameters | |
---|---|
path | The path to a file containing the dictionary. |
uri | The URI of the dictionary. |
spell.load
function are automatically
added to the following collections:
var spell = require("/MarkLogic/spell"); declareUpdate(); spell.load("c:\dictionaries\spell.json", "/mySpell/spell.json")
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.