You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR introduces the support for timeout based cancellation for search request. It adds request level parameter (cancel_after_time_interval) for search and msearch requests and cluster setting search.cancel_after_time_interval to control the timeout interval for cancelling the request. The feature is targeted for 1.1 release.
The text was updated successfully, but these errors were encountered:
@sohami thanks for creating this issue. I had a couple of questions. Are these parameters only transport layer or are they also available for any _search REST call? If they are in the REST layer, is it just a query parameter in the JSON request body? Thanks!
This PR introduces the support for timeout based cancellation for search request. It adds request level parameter (
cancel_after_time_interval
) for search and msearch requests and cluster settingsearch.cancel_after_time_interval
to control the timeout interval for cancelling the request. The feature is targeted for 1.1 release.The text was updated successfully, but these errors were encountered: