Skip to main content
This agent can be used to manage the free text system.

Constructors

NSFreeTextAgent()

This agent can be used to manage the free text system.

Methods

AddWords(String)

Adds the words in the string to the stop word list
Returns: CRMScript.Global.Void Example:

DeleteStopWordsById(Integer[])

Deletes the stop words with these IDs
Returns: CRMScript.Global.Void Example:

GetStatus()

Returns status for the free-text search words
Returns: CRMScript.NetServer.NSFreeText Example:

GetStopWordList()

Returns the list of stop words
Returns: CRMScript.Global.String[] - list of stop words. Example:

GetSuggestedStopWords(Integer)

Returns the top used words in the free-text index table, sorted as most used first
Returns: CRMScript.NetServer.NSMDOListItem[] Example:

RegenerateIndex(Bool)

Wipes and regenerates the free-text index by scanning the database (free-text search will be unavailable while this operation runs
Returns: CRMScript.NetServer.NSBatchTaskInfo Example:

SetAutoEnableTravelAreas(Bool)

Returns: CRMScript.Global.Void Example:

SetEnabled(Bool)

Sets free-text search to enabled (true) or disabled (false)
Returns: CRMScript.Global.Void Example:

SetMultiWordOperator(Integer)

Sets the operator used when matching multiple words
Returns: CRMScript.Global.Void Example:

SetSingleWordOperator(Integer)

Sets the operator used when matching single words
Returns: CRMScript.Global.Void Example: