TheFullTextQuery |
Scroll |
TheFullTextQuery searches the contents of Thereforeā¢ documents in one or more categories using information gathered by the Thereforeā¢ indexing service.
Namespace: Therefore.API
Visual Basic Public Class TheFullTextQuery C# public class TheFullTextQuery |
Name |
Description |
Gets or sets the block size for the TheFullTextQuery. |
|
Gets or sets the case number the TheFullTextQuery should be executed for. |
|
Gets or sets an TheIntArray containing the numbers of the categories to search in. |
|
Gets or sets the maximum size of the context retrieved by the full text query in kilobytes. |
|
Gets or sets the TheFullTextContext mode for the full text query. |
|
Gets or sets the fuzzy search level of the TheFullTextQuery. |
|
Gets or sets the locale identifier used for the full text query. |
|
Please contact support@therefore.net for details |
|
Gets or sets the maximum rows returned by the TheFullTextQuery. |
|
Gets or sets the string to look for in the full text query. |
|
Gets or sets the sort order type for the result of the TheFullTextQuery. |
|
Gets or sets whether or not the Thesaurus functionality should be used for the TheFullTextQuery. |
Name |
Description |
Executes the full text query on the server. |
|
Executes the query asynchronously. |
|
Get the next set of result rows from the server.
|
|
Releases the query data in the server. |
|
Sets the scope of the FullTextQuery. |
|
Returns a string representation of the object (for debugging). |