Aqualogic Interaction API  
 

IPTSQueryRequest.setUseShortConnectionTimeout Method 

Set whether to use a short or long timeout when waiting for a connection to the search server. If shortConnectionTimeout is true, use a "short" 30-second timeout; otherwise use a "long" 10-minute timeout (the default). Note that setQueryTimeout sets the timeout for query processing within the search server itself, while setUseShortConnectionTimeout sets the timeout for establishing a connection to the search server.

void setUseShortConnectionTimeout(
   bool shortConnectionTimeout
);

Parameters

shortConnectionTimeout
whether to use a short connection timeout.

See Also

IPTSQueryRequest Interface | com.plumtree.server.search Namespace