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

HLRC support for Index Templates V2 #54838

Merged
merged 18 commits into from
Apr 7, 2020
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
7dc97a4
HLRC support for Index Templates V2
probakowski Apr 6, 2020
7f9dcbe
remove debug comment
probakowski Apr 6, 2020
38dd892
Update client/rest-high-level/src/main/java/org/elasticsearch/client/…
probakowski Apr 7, 2020
a1f765b
Update client/rest-high-level/src/main/java/org/elasticsearch/client/…
probakowski Apr 7, 2020
14443a1
Update client/rest-high-level/src/main/java/org/elasticsearch/client/…
probakowski Apr 7, 2020
4ab09b3
Update client/rest-high-level/src/test/java/org/elasticsearch/client/…
probakowski Apr 7, 2020
812d06c
Update client/rest-high-level/src/main/java/org/elasticsearch/client/…
probakowski Apr 7, 2020
a3d0837
review comments
probakowski Apr 7, 2020
bfe9a4c
Merge branch 'master' into hlrc-index-templates-v2
elasticmachine Apr 7, 2020
7b26fb1
review comments
probakowski Apr 7, 2020
ec4fdf3
review comments
probakowski Apr 7, 2020
15ad1d2
Update client/rest-high-level/src/main/java/org/elasticsearch/client/…
probakowski Apr 7, 2020
8b562f9
Update client/rest-high-level/src/main/java/org/elasticsearch/client/…
probakowski Apr 7, 2020
8e4d6a5
Update client/rest-high-level/src/main/java/org/elasticsearch/client/…
probakowski Apr 7, 2020
1bcf1dc
Update client/rest-high-level/src/main/java/org/elasticsearch/client/…
probakowski Apr 7, 2020
d436459
Update client/rest-high-level/src/main/java/org/elasticsearch/client/…
probakowski Apr 7, 2020
b54f105
Update client/rest-high-level/src/main/java/org/elasticsearch/client/…
probakowski Apr 7, 2020
a157c5b
Merge branch 'master' into hlrc-index-templates-v2
elasticmachine Apr 7, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update client/rest-high-level/src/main/java/org/elasticsearch/client/…
…indices/IndexTemplateV2ExistRequest.java

Co-Authored-By: Lee Hinman <dakrone@users.noreply.github.com>
  • Loading branch information
probakowski and dakrone committed Apr 7, 2020
commit 15ad1d2a18c7e8ce7a900747729cc8f9005568bb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import org.elasticsearch.common.Strings;

/**
* A request to check for the existence of component templates
* A request to check for the existence of index templates
*/
public class IndexTemplateV2ExistRequest extends GetComponentTemplatesRequest {

Expand Down