ExecuteQuerys method: SearchQueryCollection collection

Syntax

ExecuteQuerys()

Description

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).

Parameters

None.

Returns

An array of SearchResultsCollection objects.