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

Reindex remove outer level size #43373

Commits on Jun 19, 2019

  1. Reindex remove outer level size

    This commit finalizes the work done to rename `size` to `max_docs` in
    reindex and update/delete by query. `size` is no longer supported in URL
    or outer level body for the 3 APIs.
    
    Continuation of elastic#41894
    
    Closes elastic#24344
    henningandersen committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    86e98c1 View commit details
    Browse the repository at this point in the history
  2. Compile fix.

    henningandersen committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    faffd28 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. Removed check for size in body for update/delete

    Update and delete by query calls from rest-high-level-client generate
    size in the body (meaning scroll size). Given that size in body for
    these two requests has always meant scroll-size, there is no reason to
    tighten that in this PR, so removing those checks. Also, this ensures
    that rest-high-level-client requests generated with 7.x codebase works
    against 8.0.
    henningandersen committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    b7f71b5 View commit details
    Browse the repository at this point in the history