Execute |
Scroll |
Executes the full text query on the server.
Namespace: Therefore.API
Visual Basic Public Overridable Function Execute ( _ pServer As TheServer _ C# public virtual TheFullTextQueryResult Execute ( TheServer pServer )
Parameters pServer A valid and connected TheServer object.
Return Value TheFullTextQueryResult object with document numbers and contexts containing the specified search string. |
|
Required Properties To execute a meaningful full text query you should at least: (1) Set the Search property to the string you are looking for (2) Add at least one category number to the Categories property before calling the Execute method. |