Static class for access to Full-Text-Search
static Task< long > ReindexCollection(string IndexCollectionName)
Reindexes the full-text-search index for a database collection.
Reindexes the full-text-search index defined by Index.
override string[] DefaultArgumentNames
Default Argument names
override async Task< IElement > EvaluateScalarAsync(string Argument, Variables Variables)
Evaluates the function on a scalar argument.
override string FunctionName
Name of the function
ReindexFts(ScriptNode IndexCollection, int Start, int Length, Expression Expression)
Reindexes the full-text-search index defined by Index.
override bool IsAsynchronous
If the node (or its decendants) include asynchronous evaluation. Asynchronous nodes should be evaluat...
override IElement EvaluateScalar(string Argument, Variables Variables)
Evaluates the function on a scalar argument.