timeout() public method
Sets the search timeout.
public $this timeout ( $timeout ) | ||
---|---|---|
$timeout | integer |
A search timeout, bounding the search request to be executed within the specified time value and bail with the hits accumulated up to that point when expired. Defaults to no timeout. |
return | $this |
The query object itself |
Please login to continue.