[docs] label timestamp/duration types differently
This commit is contained in:
@ -55,7 +55,7 @@ Options:::
|
||||
`routing`::
|
||||
`String` -- Specific routing value
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`type`::
|
||||
`String` -- Default document type for items which don't provide one
|
||||
`fields`::
|
||||
@ -294,11 +294,11 @@ Options:::
|
||||
`routing`::
|
||||
`String` -- Specific routing value
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`timestamp`::
|
||||
`Date, Number` -- Explicit timestamp for the document
|
||||
`Timestamp` -- Explicit timestamp for the document
|
||||
`ttl`::
|
||||
`Date, Number` -- Expiration time for the document
|
||||
`DurationString` -- Expiration time for the document
|
||||
`version`::
|
||||
`Number` -- Explicit version number for concurrency control
|
||||
`versionType`::
|
||||
@ -360,7 +360,7 @@ Options:::
|
||||
`routing`::
|
||||
`String` -- Specific routing value
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`version`::
|
||||
`Number` -- Explicit version number for concurrency control
|
||||
`versionType`::
|
||||
@ -877,11 +877,11 @@ Options:::
|
||||
`routing`::
|
||||
`String` -- Specific routing value
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`timestamp`::
|
||||
`Date, Number` -- Explicit timestamp for the document
|
||||
`Timestamp` -- Explicit timestamp for the document
|
||||
`ttl`::
|
||||
`Date, Number` -- Expiration time for the document
|
||||
`DurationString` -- Expiration time for the document
|
||||
`version`::
|
||||
`Number` -- Explicit version number for concurrency control
|
||||
`versionType`::
|
||||
@ -1386,7 +1386,7 @@ The default method is `POST` and the usual <<api-conventions,params and return v
|
||||
`refresh`::
|
||||
`Boolean` -- Should the effected indexes be refreshed?
|
||||
`[timeout=1m]`::
|
||||
`Date, Number` -- Time each individual bulk request should wait for shards that are unavailable.
|
||||
`DurationString` -- Time each individual bulk request should wait for shards that are unavailable.
|
||||
`consistency`::
|
||||
`String` -- Explicit write consistency setting for the operation
|
||||
Options:::
|
||||
@ -1498,7 +1498,7 @@ client.search({
|
||||
|
||||
[horizontal]
|
||||
`scroll`::
|
||||
`Date, Number` -- Specify how long a consistent view of the index should be maintained for scrolled search
|
||||
`DurationString` -- Specify how long a consistent view of the index should be maintained for scrolled search
|
||||
`scrollId`::
|
||||
`String` -- The scroll ID
|
||||
|
||||
@ -1602,7 +1602,7 @@ Options:::
|
||||
`routing`::
|
||||
`String, String[], Boolean` -- A comma-separated list of specific routing values
|
||||
`scroll`::
|
||||
`Date, Number` -- Specify how long a consistent view of the index should be maintained for scrolled search
|
||||
`DurationString` -- Specify how long a consistent view of the index should be maintained for scrolled search
|
||||
`searchType`::
|
||||
`String` -- Search operation type
|
||||
Options:::
|
||||
@ -1639,7 +1639,7 @@ Options:::
|
||||
`suggestText`::
|
||||
`String` -- The source text for which the suggestions should be returned
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`trackScores`::
|
||||
`Boolean` -- Whether to calculate and return scores even if they are not used for sorting
|
||||
`version`::
|
||||
@ -1792,7 +1792,7 @@ Options:::
|
||||
`routing`::
|
||||
`String, String[], Boolean` -- A comma-separated list of specific routing values
|
||||
`scroll`::
|
||||
`Date, Number` -- Specify how long a consistent view of the index should be maintained for scrolled search
|
||||
`DurationString` -- Specify how long a consistent view of the index should be maintained for scrolled search
|
||||
`searchType`::
|
||||
`String` -- Search operation type
|
||||
Options:::
|
||||
@ -2056,11 +2056,11 @@ Options:::
|
||||
`scriptedUpsert`::
|
||||
`Boolean` -- True if the script referenced in script or script_id should be called to perform inserts - defaults to false
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`timestamp`::
|
||||
`Date, Number` -- Explicit timestamp for the document
|
||||
`Timestamp` -- Explicit timestamp for the document
|
||||
`ttl`::
|
||||
`Date, Number` -- Expiration time for the document
|
||||
`DurationString` -- Expiration time for the document
|
||||
`version`::
|
||||
`Number` -- Explicit version number for concurrency control
|
||||
`versionType`::
|
||||
@ -2145,7 +2145,7 @@ Options:::
|
||||
`routing`::
|
||||
`String, String[], Boolean` -- A comma-separated list of specific routing values
|
||||
`scroll`::
|
||||
`Date, Number` -- Specify how long a consistent view of the index should be maintained for scrolled search
|
||||
`DurationString` -- Specify how long a consistent view of the index should be maintained for scrolled search
|
||||
`searchType`::
|
||||
`String` -- Search operation type
|
||||
Options:::
|
||||
@ -2153,7 +2153,7 @@ Options:::
|
||||
* `"dfs_query_then_fetch"`
|
||||
|
||||
`searchTimeout`::
|
||||
`Date, Number` -- Explicit timeout for each search request. Defaults to no timeout.
|
||||
`DurationString` -- Explicit timeout for each search request. Defaults to no timeout.
|
||||
`size`::
|
||||
`Number` -- Number of hits to return (default: 10)
|
||||
`sort`::
|
||||
@ -2182,7 +2182,7 @@ Options:::
|
||||
`suggestText`::
|
||||
`String` -- The source text for which the suggestions should be returned
|
||||
`[timeout=1m]`::
|
||||
`Date, Number` -- Time each individual bulk request should wait for shards that are unavailable.
|
||||
`DurationString` -- Time each individual bulk request should wait for shards that are unavailable.
|
||||
`trackScores`::
|
||||
`Boolean` -- Whether to calculate and return scores even if they are not used for sorting
|
||||
`version`::
|
||||
@ -2234,7 +2234,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`h`::
|
||||
`String, String[], Boolean` -- Comma-separated list of column names to display
|
||||
`help`::
|
||||
@ -2275,7 +2275,7 @@ Options:::
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`h`::
|
||||
`String, String[], Boolean` -- Comma-separated list of column names to display
|
||||
`help`::
|
||||
@ -2308,7 +2308,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`h`::
|
||||
`String, String[], Boolean` -- Comma-separated list of column names to display
|
||||
`help`::
|
||||
@ -2349,7 +2349,7 @@ Options:::
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`h`::
|
||||
`String, String[], Boolean` -- Comma-separated list of column names to display
|
||||
`help`::
|
||||
@ -2382,7 +2382,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`h`::
|
||||
`String, String[], Boolean` -- Comma-separated list of column names to display
|
||||
`help`::
|
||||
@ -2446,7 +2446,7 @@ Options:::
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`h`::
|
||||
`String, String[], Boolean` -- Comma-separated list of column names to display
|
||||
`help`::
|
||||
@ -2481,7 +2481,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`h`::
|
||||
`String, String[], Boolean` -- Comma-separated list of column names to display
|
||||
`help`::
|
||||
@ -2512,7 +2512,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`h`::
|
||||
`String, String[], Boolean` -- Comma-separated list of column names to display
|
||||
`help`::
|
||||
@ -2543,7 +2543,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`h`::
|
||||
`String, String[], Boolean` -- Comma-separated list of column names to display
|
||||
`help`::
|
||||
@ -2574,7 +2574,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`h`::
|
||||
`String, String[], Boolean` -- Comma-separated list of column names to display
|
||||
`help`::
|
||||
@ -2605,7 +2605,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`h`::
|
||||
`String, String[], Boolean` -- Comma-separated list of column names to display
|
||||
`help`::
|
||||
@ -2642,7 +2642,7 @@ Options:::
|
||||
* `"g"`
|
||||
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`h`::
|
||||
`String, String[], Boolean` -- Comma-separated list of column names to display
|
||||
`help`::
|
||||
@ -2675,7 +2675,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`h`::
|
||||
`String, String[], Boolean` -- Comma-separated list of column names to display
|
||||
`help`::
|
||||
@ -2735,7 +2735,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`h`::
|
||||
`String, String[], Boolean` -- Comma-separated list of column names to display
|
||||
`help`::
|
||||
@ -2768,7 +2768,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
`ignoreUnavailable`::
|
||||
`Boolean` -- Set to true to ignore unavailable snapshots
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`h`::
|
||||
`String, String[], Boolean` -- Comma-separated list of column names to display
|
||||
`help`::
|
||||
@ -2801,7 +2801,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`h`::
|
||||
`String, String[], Boolean` -- Comma-separated list of column names to display
|
||||
`help`::
|
||||
@ -2834,9 +2834,9 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
`flatSettings`::
|
||||
`Boolean` -- Return settings in flat format (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
|
||||
link:#[back to top]
|
||||
|
||||
@ -2868,9 +2868,9 @@ Options:::
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`waitForActiveShards`::
|
||||
`Number` -- Wait until the specified number of shards is active
|
||||
`waitForNodes`::
|
||||
@ -2910,7 +2910,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Specify timeout for connection to master
|
||||
`DurationString` -- Specify timeout for connection to master
|
||||
|
||||
link:#[back to top]
|
||||
|
||||
@ -2935,9 +2935,9 @@ The default method is `PUT` and the usual <<api-conventions,params and return va
|
||||
`flatSettings`::
|
||||
`Boolean` -- Return settings in flat format (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
|
||||
link:#[back to top]
|
||||
|
||||
@ -2966,9 +2966,9 @@ The default method is `POST` and the usual <<api-conventions,params and return v
|
||||
`metric`::
|
||||
`String, String[], Boolean` -- Limit the information returned to the specified metrics. Defaults to all but metadata
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
|
||||
link:#[back to top]
|
||||
|
||||
@ -2993,7 +2993,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Specify timeout for connection to master
|
||||
`DurationString` -- Specify timeout for connection to master
|
||||
`flatSettings`::
|
||||
`Boolean` -- Return settings in flat format (default: false)
|
||||
`ignoreUnavailable`::
|
||||
@ -3038,7 +3038,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
`human`::
|
||||
`Boolean` -- Whether to return time and byte values in human-readable format.
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`nodeId`::
|
||||
`String, String[], Boolean` -- A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
|
||||
|
||||
@ -3162,9 +3162,9 @@ The default method is `POST` and the usual <<api-conventions,params and return v
|
||||
|
||||
[horizontal]
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Specify timeout for connection to master
|
||||
`DurationString` -- Specify timeout for connection to master
|
||||
`ignoreUnavailable`::
|
||||
`Boolean` -- Whether specified concrete indices should be ignored when unavailable (missing or closed)
|
||||
`allowNoIndices`::
|
||||
@ -3201,9 +3201,9 @@ The default method is `POST` and the usual <<api-conventions,params and return v
|
||||
|
||||
[horizontal]
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Specify timeout for connection to master
|
||||
`DurationString` -- Specify timeout for connection to master
|
||||
`updateAllTypes`::
|
||||
`Boolean` -- Whether to update the mapping for all fields with the same name across all types or not
|
||||
`index`::
|
||||
@ -3230,9 +3230,9 @@ The default method is `DELETE` and the usual <<api-conventions,params and return
|
||||
|
||||
[horizontal]
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Specify timeout for connection to master
|
||||
`DurationString` -- Specify timeout for connection to master
|
||||
`index`::
|
||||
`String, String[], Boolean` -- A comma-separated list of indices to delete; use `_all` or `*` string to delete all indices
|
||||
|
||||
@ -3257,9 +3257,9 @@ The default method is `DELETE` and the usual <<api-conventions,params and return
|
||||
|
||||
[horizontal]
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit timestamp for the document
|
||||
`DurationString` -- Explicit timestamp for the document
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Specify timeout for connection to master
|
||||
`DurationString` -- Specify timeout for connection to master
|
||||
`index`::
|
||||
`String, String[], Boolean` -- A comma-separated list of index names (supports wildcards); use `_all` for all indices
|
||||
`name`::
|
||||
@ -3286,9 +3286,9 @@ The default method is `DELETE` and the usual <<api-conventions,params and return
|
||||
|
||||
[horizontal]
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Specify timeout for connection to master
|
||||
`DurationString` -- Specify timeout for connection to master
|
||||
`name`::
|
||||
`String` -- The name of the template
|
||||
|
||||
@ -3313,7 +3313,7 @@ The default method is `DELETE` and the usual <<api-conventions,params and return
|
||||
|
||||
[horizontal]
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Specify timeout for connection to master
|
||||
`DurationString` -- Specify timeout for connection to master
|
||||
`name`::
|
||||
`String, String[], Boolean` -- A comma-separated list of warmer names to delete (supports wildcards); use `_all` to delete all warmers in the specified indices. You must specify a name either in the uri or in the parameters.
|
||||
`index`::
|
||||
@ -3416,7 +3416,7 @@ The default method is `HEAD` and the usual <<api-conventions,params and return v
|
||||
|
||||
[horizontal]
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`name`::
|
||||
@ -3683,7 +3683,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
|
||||
[horizontal]
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`index`::
|
||||
@ -3839,7 +3839,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
`flatSettings`::
|
||||
`Boolean` -- Return settings in flat format (default: false)
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`name`::
|
||||
@ -3944,9 +3944,9 @@ The default method is `POST` and the usual <<api-conventions,params and return v
|
||||
|
||||
[horizontal]
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Specify timeout for connection to master
|
||||
`DurationString` -- Specify timeout for connection to master
|
||||
`ignoreUnavailable`::
|
||||
`Boolean` -- Whether specified concrete indices should be ignored when unavailable (missing or closed)
|
||||
`allowNoIndices`::
|
||||
@ -4028,9 +4028,9 @@ The default method is `PUT` and the usual <<api-conventions,params and return va
|
||||
|
||||
[horizontal]
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit timestamp for the document
|
||||
`DurationString` -- Explicit timestamp for the document
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Specify timeout for connection to master
|
||||
`DurationString` -- Specify timeout for connection to master
|
||||
`index`::
|
||||
`String, String[], Boolean` -- A comma-separated list of index names the alias should point to (supports wildcards); use `_all` to perform the operation on all indices.
|
||||
`name`::
|
||||
@ -4057,9 +4057,9 @@ The default method is `PUT` and the usual <<api-conventions,params and return va
|
||||
|
||||
[horizontal]
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Specify timeout for connection to master
|
||||
`DurationString` -- Specify timeout for connection to master
|
||||
`ignoreUnavailable`::
|
||||
`Boolean` -- Whether specified concrete indices should be ignored when unavailable (missing or closed)
|
||||
`allowNoIndices`::
|
||||
@ -4100,7 +4100,7 @@ The default method is `PUT` and the usual <<api-conventions,params and return va
|
||||
|
||||
[horizontal]
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Specify timeout for connection to master
|
||||
`DurationString` -- Specify timeout for connection to master
|
||||
`ignoreUnavailable`::
|
||||
`Boolean` -- Whether specified concrete indices should be ignored when unavailable (missing or closed)
|
||||
`allowNoIndices`::
|
||||
@ -4143,9 +4143,9 @@ The default method is `PUT` and the usual <<api-conventions,params and return va
|
||||
`create`::
|
||||
`Boolean` -- Whether the index template should only be added if new or can also replace an existing one
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Specify timeout for connection to master
|
||||
`DurationString` -- Specify timeout for connection to master
|
||||
`flatSettings`::
|
||||
`Boolean` -- Return settings in flat format (default: false)
|
||||
`name`::
|
||||
@ -4172,7 +4172,7 @@ The default method is `PUT` and the usual <<api-conventions,params and return va
|
||||
|
||||
[horizontal]
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Specify timeout for connection to master
|
||||
`DurationString` -- Specify timeout for connection to master
|
||||
`ignoreUnavailable`::
|
||||
`Boolean` -- Whether specified concrete indices should be ignored when unavailable (missing or closed) in the search request to warm
|
||||
`allowNoIndices`::
|
||||
@ -4420,9 +4420,9 @@ client.indices.updateAliases({
|
||||
|
||||
[horizontal]
|
||||
`timeout`::
|
||||
`Date, Number` -- Request timeout
|
||||
`DurationString` -- Request timeout
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Specify timeout for connection to master
|
||||
`DurationString` -- Specify timeout for connection to master
|
||||
|
||||
link:#[back to top]
|
||||
|
||||
@ -4545,7 +4545,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
|
||||
[horizontal]
|
||||
`interval`::
|
||||
`Date, Number` -- The interval for the second sampling of threads
|
||||
`DurationString` -- The interval for the second sampling of threads
|
||||
`snapshots`::
|
||||
`Number` -- Number of samples of thread stacktrace (default: 10)
|
||||
`threads`::
|
||||
@ -4560,7 +4560,7 @@ Options:::
|
||||
* `"block"`
|
||||
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`nodeId`::
|
||||
`String, String[], Boolean` -- A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
|
||||
|
||||
@ -4589,7 +4589,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
`human`::
|
||||
`Boolean` -- Whether to return time and byte values in human-readable format.
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`nodeId`::
|
||||
`String, String[], Boolean` -- A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
|
||||
`metric`::
|
||||
@ -4635,7 +4635,7 @@ Options:::
|
||||
`types`::
|
||||
`String, String[], Boolean` -- A comma-separated list of document types for the `indexing` index metric
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`metric`::
|
||||
`String, String[], Boolean` -- Limit the information returned to the specified metrics
|
||||
`indexMetric`::
|
||||
@ -4664,7 +4664,7 @@ The default method is `POST` and the usual <<api-conventions,params and return v
|
||||
|
||||
[horizontal]
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`waitForCompletion`::
|
||||
`Boolean` -- Should this request wait until the operation has completed before returning
|
||||
`repository`::
|
||||
@ -4693,9 +4693,9 @@ The default method is `POST` and the usual <<api-conventions,params and return v
|
||||
|
||||
[horizontal]
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`verify`::
|
||||
`Boolean` -- Whether to verify the repository after creation
|
||||
`repository`::
|
||||
@ -4722,7 +4722,7 @@ The default method is `DELETE` and the usual <<api-conventions,params and return
|
||||
|
||||
[horizontal]
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`repository`::
|
||||
`String` -- A repository name
|
||||
`snapshot`::
|
||||
@ -4749,9 +4749,9 @@ The default method is `DELETE` and the usual <<api-conventions,params and return
|
||||
|
||||
[horizontal]
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`repository`::
|
||||
`String, String[], Boolean` -- A comma-separated list of repository names
|
||||
|
||||
@ -4776,7 +4776,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
|
||||
[horizontal]
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`repository`::
|
||||
`String` -- A repository name
|
||||
`snapshot`::
|
||||
@ -4803,7 +4803,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
|
||||
[horizontal]
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`local`::
|
||||
`Boolean` -- Return local information, do not retrieve the state from master node (default: false)
|
||||
`repository`::
|
||||
@ -4830,7 +4830,7 @@ The default method is `POST` and the usual <<api-conventions,params and return v
|
||||
|
||||
[horizontal]
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`waitForCompletion`::
|
||||
`Boolean` -- Should this request wait until the operation has completed before returning
|
||||
`repository`::
|
||||
@ -4859,7 +4859,7 @@ The default method is `GET` and the usual <<api-conventions,params and return va
|
||||
|
||||
[horizontal]
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`repository`::
|
||||
`String` -- A repository name
|
||||
`snapshot`::
|
||||
@ -4886,9 +4886,9 @@ The default method is `POST` and the usual <<api-conventions,params and return v
|
||||
|
||||
[horizontal]
|
||||
`masterTimeout`::
|
||||
`Date, Number` -- Explicit operation timeout for connection to master node
|
||||
`DurationString` -- Explicit operation timeout for connection to master node
|
||||
`timeout`::
|
||||
`Date, Number` -- Explicit operation timeout
|
||||
`DurationString` -- Explicit operation timeout
|
||||
`repository`::
|
||||
`String` -- A repository name
|
||||
|
||||
|
||||
Reference in New Issue
Block a user