Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"description": "If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes."
},
"routing": {
"type": "string",
"type": "list",
"description": "Specific routing value"
},
"timeout": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"description": "If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes."
},
"routing": {
"type": "string",
"type": "list",
"description": "Specific routing value"
},
"timeout": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"description": "If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes."
},
"routing": {
"type": "string",
"type": "list",
"description": "Specific routing value"
},
"timeout": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"description": "Refresh the shard containing the document before performing the operation"
},
"routing": {
"type": "string",
"type": "list",
"description": "Specific routing value"
},
"_source": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"description": "Refresh the shard containing the document before performing the operation"
},
"routing": {
"type": "string",
"type": "list",
"description": "Specific routing value"
},
"_source": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"description": "Query in the Lucene query string syntax"
},
"routing": {
"type": "string",
"type": "list",
"description": "Specific routing value"
},
"_source": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"description": "Refresh the shard containing the document before performing the operation"
},
"routing": {
"type": "string",
"type": "list",
"description": "Specific routing value"
},
"_source": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"description": "Refresh the shard containing the document before performing the operation"
},
"routing": {
"type": "string",
"type": "list",
"description": "Specific routing value"
},
"_source": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"params": {
"routing": {
"type": "string",
"type": "list",
"description": "Specific routing value"
},
"timeout": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"description": "If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes."
},
"routing": {
"type": "string",
"type": "list",
"description": "Specific routing value"
},
"timeout": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"description": "Refresh the shard containing the document before performing the operation"
},
"routing": {
"type": "string",
"type": "list",
"description": "Specific routing value"
},
"_source": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"description": "Specify the node or shard the operation should be performed on (default: random) .Applies to all returned documents unless otherwise specified in body \"params\" or \"docs\"."
},
"routing": {
"type": "string",
"type": "list",
"description": "Specific routing value. Applies to all returned documents unless otherwise specified in body \"params\" or \"docs\"."
},
"realtime": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"description": "Specify the node or shard the operation should be performed on (default: random)"
},
"routing": {
"type": "string",
"type": "list",
"description": "Specific routing value"
},
"ignore_unavailable": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"description": "Specify the node or shard the operation should be performed on (default: random)"
},
"routing": {
"type": "string",
"type": "list",
"description": "Specific routing value"
},
"local": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"description": "Specify the node or shard the operation should be performed on (default: random)."
},
"routing": {
"type": "string",
"type": "list",
"description": "Specific routing value."
},
"realtime": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"description": "Specify how many times should the operation be retried when a conflict occurs (default: 0)"
},
"routing": {
"type": "string",
"type": "list",
"description": "Specific routing value"
},
"timeout": {
Expand Down