81 Dictionary<string, IElement> Result =
new Dictionary<string, IElement>();
Static class for access to Full-Text-Search
static Task< Dictionary< string, string[]> > GetCollectionNames()
Gets the database collections that get indexed into a given index colltion.
Gets collections indexed for full-text-search.
override bool IsAsynchronous
If the node (or its decendants) include asynchronous evaluation. Asynchronous nodes should be evaluat...
GetFtsCollections(ScriptNode IndexCollection, int Start, int Length, Expression Expression)
Gets collections indexed for full-text-search.
override string[] DefaultArgumentNames
Default Argument names
GetFtsCollections(int Start, int Length, Expression Expression)
Gets collections indexed for full-text-search.
override async Task< IElement > EvaluateAsync(IElement[] Arguments, Variables Variables)
Evaluates the function.
override string FunctionName
Name of the function
override IElement Evaluate(IElement[] Arguments, Variables Variables)
Evaluates the function.