ExecuteQuerys method: SearchQueryService class
Syntax
ExecuteQuerys(&srch_qry_coll)
Description
Use this method to run multiple search requests in parallel. The number of parallel request is determined by the Thread Pool Size that is defined in the application server configuration file (psappsrv.cfg).
Use this method to run multiple search queries in parallel. The ExecuteQuerys method returns an array of SearchResultCollection objects, one for each search query executed. If any of the search queries fails, ExecuteQuerys throws an exception.
Note:
The number of parallel requests is determined by the thread pool size that is defined in the application server configuration file (psappsrv.cfg).
Note:
This is an abstract method.
Parameters
| Parameter | Description |
|---|---|
|
&srch_qry_coll |
Specifies the search queries as a SearchQueryCollection object. |
Returns
An array of SearchResultCollection objects.
Related Topics