Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose max_concurrent_shard_requests in _msearch #33016

Merged
merged 3 commits into from
Aug 22, 2018

Commits on Aug 21, 2018

  1. Expose max_concurrent_shard_requests in _msearch

    Today `_msearch` doesn't allow modifying the `max_concurrent_shard_requests`
    per sub search request. This change adds support for setting this parameter on
    all sub-search requests in an `_msearch`.
    
    Relates to elastic#31877
    s1monw committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    8e57879 View commit details
    Browse the repository at this point in the history
  2. fix whitespace

    s1monw committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    9fa06c0 View commit details
    Browse the repository at this point in the history
  3. apply feedback

    s1monw committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    c925f1b View commit details
    Browse the repository at this point in the history