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

Make the high-level REST client skip types for document deletion. #34041

Closed
wants to merge 4 commits into from

Commits on Sep 25, 2018

  1. Make the high-level REST client skip types for document deletion.

    I'm starting with delete since it is a bit simpler than other APIs, but we
    should eventually do the same with all other APIs that are being replaced with
    a typeless version (get, put_mapping, search, etc.).
    
    Relates elastic#15613
    jpountz committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    cb7c4fd View commit details
    Browse the repository at this point in the history
  2. Remove equals/hashcode.

    jpountz committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    76aff80 View commit details
    Browse the repository at this point in the history
  3. Fix javadocs.

    jpountz committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    667d8f3 View commit details
    Browse the repository at this point in the history
  4. Add docs and tests.

    jpountz committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    b6873d2 View commit details
    Browse the repository at this point in the history