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

Add delete API to the High Level Rest Client #23187

Merged
merged 12 commits into from Feb 24, 2017

Commits on Feb 15, 2017

  1. Copy the full SHA
    7df1df2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into hlclient/add-delete-method

    # Conflicts:
    #	client/rest-high-level/src/main/java/org/elasticsearch/client/Request.java
    #	client/rest-high-level/src/test/java/org/elasticsearch/client/CrudIT.java
    dadoonet committed Feb 15, 2017
    Copy the full SHA
    0bbcd94 View commit details
    Browse the repository at this point in the history
  3. Merge with master

    dadoonet committed Feb 15, 2017
    Copy the full SHA
    14f0490 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2017

  1. Fix after 1st review

    * Sort alphabetically method names
    * Add javadoc link to the ref guide
    * Add more tests about routing, version and version type
    dadoonet committed Feb 17, 2017
    Copy the full SHA
    5aa2ab3 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2017

  1. Remove a non needed comment

    dadoonet committed Feb 20, 2017
    Copy the full SHA
    b2ec4c1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    efa28e0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0ee74f9 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    bf8241e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    9bde68e View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2017

  1. Merge branch 'master' into hlclient/add-delete-method

    # Conflicts:
    #	client/rest-high-level/src/main/java/org/elasticsearch/client/Request.java
    #	client/rest-high-level/src/main/java/org/elasticsearch/client/RestHighLevelClient.java
    #	client/rest-high-level/src/test/java/org/elasticsearch/client/CrudIT.java
    #	client/rest-high-level/src/test/java/org/elasticsearch/client/RequestTests.java
    dadoonet committed Feb 24, 2017
    Copy the full SHA
    b680e62 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4ebc6dd View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3e4b917 View commit details
    Browse the repository at this point in the history