updated API's and fixed the download location for master builds

This commit is contained in:
Spencer Alger
2014-09-26 13:06:46 -07:00
parent abd5a121b5
commit db1e6cb052
7 changed files with 12 additions and 21 deletions

View File

@ -2704,7 +2704,7 @@ api.indices.prototype.getFieldMapping = ca({
* @param {Object} params - An object with parameters used to carry out this action
* @param {Boolean} params.ignoreUnavailable - Whether specified concrete indices should be ignored when unavailable (missing or closed)
* @param {Boolean} params.allowNoIndices - Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
* @param {String} [params.expandWildcards=open] - Whether to expand wildcard expression to concrete indices that are open, closed or both.
* @param {String, String[], Boolean} [params.expandWildcards=open] - Whether to expand wildcard expression to concrete indices that are open, closed or both.
* @param {Boolean} params.local - Return local information, do not retrieve the state from master node (default: false)
* @param {String, String[], Boolean} params.index - A comma-separated list of index names
* @param {String, String[], Boolean} params.type - A comma-separated list of document types
@ -2720,7 +2720,7 @@ api.indices.prototype.getMapping = ca({
name: 'allow_no_indices'
},
expandWildcards: {
type: 'enum',
type: 'list',
'default': 'open',
options: [
'open',

View File

@ -2807,7 +2807,7 @@ api.indices.prototype.getFieldMapping = ca({
* @param {Object} params - An object with parameters used to carry out this action
* @param {Boolean} params.ignoreUnavailable - Whether specified concrete indices should be ignored when unavailable (missing or closed)
* @param {Boolean} params.allowNoIndices - Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
* @param {String} [params.expandWildcards=open] - Whether to expand wildcard expression to concrete indices that are open, closed or both.
* @param {String, String[], Boolean} [params.expandWildcards=open] - Whether to expand wildcard expression to concrete indices that are open, closed or both.
* @param {Boolean} params.local - Return local information, do not retrieve the state from master node (default: false)
* @param {String, String[], Boolean} params.index - A comma-separated list of index names
* @param {String, String[], Boolean} params.type - A comma-separated list of document types
@ -2823,7 +2823,7 @@ api.indices.prototype.getMapping = ca({
name: 'allow_no_indices'
},
expandWildcards: {
type: 'enum',
type: 'list',
'default': 'open',
options: [
'open',

View File

@ -2866,7 +2866,7 @@ api.indices.prototype.getFieldMapping = ca({
* @param {Object} params - An object with parameters used to carry out this action
* @param {Boolean} params.ignoreUnavailable - Whether specified concrete indices should be ignored when unavailable (missing or closed)
* @param {Boolean} params.allowNoIndices - Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
* @param {String} [params.expandWildcards=open] - Whether to expand wildcard expression to concrete indices that are open, closed or both.
* @param {String, String[], Boolean} [params.expandWildcards=open] - Whether to expand wildcard expression to concrete indices that are open, closed or both.
* @param {Boolean} params.local - Return local information, do not retrieve the state from master node (default: false)
* @param {String, String[], Boolean} params.index - A comma-separated list of index names
* @param {String, String[], Boolean} params.type - A comma-separated list of document types
@ -2882,7 +2882,7 @@ api.indices.prototype.getMapping = ca({
name: 'allow_no_indices'
},
expandWildcards: {
type: 'enum',
type: 'list',
'default': 'open',
options: [
'open',

View File

@ -2866,7 +2866,7 @@ api.indices.prototype.getFieldMapping = ca({
* @param {Object} params - An object with parameters used to carry out this action
* @param {Boolean} params.ignoreUnavailable - Whether specified concrete indices should be ignored when unavailable (missing or closed)
* @param {Boolean} params.allowNoIndices - Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
* @param {String} [params.expandWildcards=open] - Whether to expand wildcard expression to concrete indices that are open, closed or both.
* @param {String, String[], Boolean} [params.expandWildcards=open] - Whether to expand wildcard expression to concrete indices that are open, closed or both.
* @param {Boolean} params.local - Return local information, do not retrieve the state from master node (default: false)
* @param {String, String[], Boolean} params.index - A comma-separated list of index names
* @param {String, String[], Boolean} params.type - A comma-separated list of document types
@ -2882,7 +2882,7 @@ api.indices.prototype.getMapping = ca({
name: 'allow_no_indices'
},
expandWildcards: {
type: 'enum',
type: 'list',
'default': 'open',
options: [
'open',