Skip to content

Commit 4fedf1f

Browse files
committed
Bump code generation to 2.2
1 parent 16b181d commit 4fedf1f

File tree

114 files changed

+5036
-1828
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+5036
-1828
lines changed

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/bulk.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"bulk": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/docs-bulk.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-bulk.html",
44
"methods": ["POST", "PUT"],
55
"url": {
66
"path": "/_bulk",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/cat.aliases.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.aliases": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/cat-alias.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-alias.html",
44
"methods": ["GET"],
55
"url": {
66
"path": "/_cat/aliases",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/cat.allocation.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.allocation": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/cat-allocation.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-allocation.html",
44
"methods": ["GET"],
55
"url": {
66
"path": "/_cat/allocation",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/cat.count.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.count": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/cat-count.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-count.html",
44
"methods": ["GET"],
55
"url": {
66
"path": "/_cat/count",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/cat.fielddata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.fielddata": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/cat-fielddata.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-fielddata.html",
44
"methods": ["GET"],
55
"url": {
66
"path": "/_cat/fielddata",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/cat.health.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.health": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/cat-health.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-health.html",
44
"methods": ["GET"],
55
"url": {
66
"path": "/_cat/health",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/cat.help.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.help": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/cat.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat.html",
44
"methods": ["GET"],
55
"url": {
66
"path": "/_cat",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/cat.indices.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.indices": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/cat-indices.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-indices.html",
44
"methods": ["GET"],
55
"url": {
66
"path": "/_cat/indices",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/cat.master.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.master": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/cat-master.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-master.html",
44
"methods": ["GET"],
55
"url": {
66
"path": "/_cat/master",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/cat.nodeattrs.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.nodeattrs": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/cat-nodeattrs.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-nodeattrs.html",
44
"methods": ["GET"],
55
"url": {
66
"path": "/_cat/nodeattrs",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/cat.nodes.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.nodes": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/cat-nodes.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-nodes.html",
44
"methods": ["GET"],
55
"url": {
66
"path": "/_cat/nodes",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/cat.pending_tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.pending_tasks": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/cat-pending-tasks.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-pending-tasks.html",
44
"methods": ["GET"],
55
"url": {
66
"path": "/_cat/pending_tasks",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/cat.plugins.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.plugins": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/cat-plugins.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-plugins.html",
44
"methods": ["GET"],
55
"url": {
66
"path": "/_cat/plugins",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/cat.recovery.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.recovery": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/cat-recovery.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-recovery.html",
44
"methods": ["GET"],
55
"url": {
66
"path": "/_cat/recovery",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"cat.repositories": {
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-repositories.html",
4+
"methods": ["GET"],
5+
"url": {
6+
"path": "/_cat/repositories",
7+
"paths": ["/_cat/repositories"],
8+
"parts": {
9+
},
10+
"params": {
11+
"local": {
12+
"type" : "boolean",
13+
"description" : "Return local information, do not retrieve the state from master node",
14+
"default": false
15+
},
16+
"master_timeout": {
17+
"type" : "time",
18+
"description" : "Explicit operation timeout for connection to master node"
19+
},
20+
"h": {
21+
"type": "list",
22+
"description" : "Comma-separated list of column names to display"
23+
},
24+
"help": {
25+
"type": "boolean",
26+
"description": "Return help information",
27+
"default": false
28+
},
29+
"v": {
30+
"type": "boolean",
31+
"description": "Verbose mode. Display column headers",
32+
"default": false
33+
}
34+
}
35+
},
36+
"body": null
37+
}
38+
}

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/cat.segments.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.segments": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/cat-segments.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-segments.html",
44
"methods": ["GET"],
55
"url": {
66
"path": "/_cat/segments",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/cat.shards.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.shards": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/cat-shards.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-shards.html",
44
"methods": ["GET"],
55
"url": {
66
"path": "/_cat/shards",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"cat.snapshots": {
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-snapshots.html",
4+
"methods": ["GET"],
5+
"url": {
6+
"path": "/_cat/snapshots/{repository}",
7+
"paths": ["/_cat/snapshots/{repository}"],
8+
"parts": {
9+
"repository": {
10+
"type" : "list",
11+
"description": "Name of repository from which to fetch the snapshot information"
12+
}
13+
},
14+
"params": {
15+
"ignore_unavailable": {
16+
"type": "boolean",
17+
"description": "Set to true to ignore unavailable snapshots",
18+
"default": false
19+
},
20+
"master_timeout": {
21+
"type" : "time",
22+
"description" : "Explicit operation timeout for connection to master node"
23+
},
24+
"h": {
25+
"type": "list",
26+
"description" : "Comma-separated list of column names to display"
27+
},
28+
"help": {
29+
"type": "boolean",
30+
"description": "Return help information",
31+
"default": false
32+
},
33+
"v": {
34+
"type": "boolean",
35+
"description": "Verbose mode. Display column headers",
36+
"default": false
37+
}
38+
}
39+
},
40+
"body": null
41+
}
42+
}

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/cat.thread_pool.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.thread_pool": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/cat-thread-pool.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-thread-pool.html",
44
"methods": ["GET"],
55
"url": {
66
"path": "/_cat/thread_pool",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/clear_scroll.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"clear_scroll": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/search-request-scroll.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/search-request-scroll.html",
44
"methods": ["DELETE"],
55
"url": {
66
"path": "/_search/scroll/{scroll_id}",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/cluster.get_settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cluster.get_settings": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/cluster-update-settings.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-update-settings.html",
44
"methods": ["GET"],
55
"url": {
66
"path": "/_cluster/settings",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/cluster.health.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cluster.health": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/cluster-health.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-health.html",
44
"methods": ["GET"],
55
"url": {
66
"path": "/_cluster/health",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/cluster.pending_tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cluster.pending_tasks": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/cluster-pending.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-pending.html",
44
"methods": ["GET"],
55
"url": {
66
"path": "/_cluster/pending_tasks",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/cluster.put_settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cluster.put_settings": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/cluster-update-settings.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-update-settings.html",
44
"methods": ["PUT"],
55
"url": {
66
"path": "/_cluster/settings",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/cluster.reroute.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cluster.reroute": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/cluster-reroute.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-reroute.html",
44
"methods": ["POST"],
55
"url": {
66
"path": "/_cluster/reroute",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/cluster.state.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cluster.state": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/cluster-state.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-state.html",
44
"methods": ["GET"],
55
"url": {
66
"path": "/_cluster/state",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/cluster.stats.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cluster.stats": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/cluster-stats.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-stats.html",
44
"methods": ["GET"],
55
"url": {
66
"path": "/_cluster/stats",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/count.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"count": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/search-count.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/search-count.html",
44
"methods": ["POST", "GET"],
55
"url": {
66
"path": "/_count",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/count_percolate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"count_percolate": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/search-percolate.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/search-percolate.html",
44
"methods": ["GET", "POST"],
55
"url": {
66
"path": "/{index}/{type}/_percolate/count",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/delete.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"delete": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/docs-delete.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-delete.html",
44
"methods": ["DELETE"],
55
"url": {
66
"path": "/{index}/{type}/{id}",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/delete_script.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"delete_script": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/modules-scripting.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/modules-scripting.html",
44
"methods": ["DELETE"],
55
"url": {
66
"path": "/_scripts/{lang}/{id}",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/delete_template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"delete_template": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/search-template.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/search-template.html",
44
"methods": ["DELETE"],
55
"url": {
66
"path": "/_search/template/{id}",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/exists.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"exists": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/docs-get.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-get.html",
44
"methods": ["HEAD"],
55
"url": {
66
"path": "/{index}/{type}/{id}",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/explain.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"explain": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/search-explain.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/search-explain.html",
44
"methods": ["GET", "POST"],
55
"url": {
66
"path": "/{index}/{type}/{id}/_explain",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/field_stats.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"field_stats": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/search-field-stats.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/search-field-stats.html",
44
"methods": ["GET", "POST"],
55
"url": {
66
"path": "/_field_stats",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/get.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"get": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/docs-get.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-get.html",
44
"methods": ["GET"],
55
"url": {
66
"path": "/{index}/{type}/{id}",
@@ -72,4 +72,4 @@
7272
},
7373
"body": null
7474
}
75-
}
75+
}

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/get_script.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"get_script": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/modules-scripting.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/modules-scripting.html",
44
"methods": ["GET"],
55
"url": {
66
"path": "/_scripts/{lang}/{id}",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/get_source.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"get_source": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/docs-get.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-get.html",
44
"methods": ["GET"],
55
"url": {
66
"path": "/{index}/{type}/{id}/_source",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/get_template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"get_template": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/search-template.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/search-template.html",
44
"methods": ["GET"],
55
"url": {
66
"path": "/_search/template/{id}",

Diff for: src/CodeGeneration/CodeGeneration.LowLevelClient/ApiEndpoints/index.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"index": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/2.0/docs-index_.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-index_.html",
44
"methods": ["POST", "PUT"],
55
"url": {
66
"path": "/{index}/{type}",

0 commit comments

Comments
 (0)