Don't expose operation_threading
This commit is contained in:
parent
34ace1ff91
commit
ab56dc2cf9
|
@ -26,9 +26,6 @@
|
||||||
"type" : "number",
|
"type" : "number",
|
||||||
"description" : "Include only documents with a specific `_score` value in the result"
|
"description" : "Include only documents with a specific `_score` value in the result"
|
||||||
},
|
},
|
||||||
"operation_threading": {
|
|
||||||
"description" : "TODO: ?"
|
|
||||||
},
|
|
||||||
"preference": {
|
"preference": {
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
"description" : "Specify the shards the operation should be performed on (default: random shard)"
|
"description" : "Specify the shards the operation should be performed on (default: random shard)"
|
||||||
|
|
|
@ -64,9 +64,6 @@
|
||||||
"type" : "boolean",
|
"type" : "boolean",
|
||||||
"description" : "Specify whether query terms should be lowercased"
|
"description" : "Specify whether query terms should be lowercased"
|
||||||
},
|
},
|
||||||
"operation_threading": {
|
|
||||||
"description" : "TODO: ?"
|
|
||||||
},
|
|
||||||
"preference": {
|
"preference": {
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
"description" : "Specify the shards the operation should be performed on (default: random shard)"
|
"description" : "Specify the shards the operation should be performed on (default: random shard)"
|
||||||
|
|
|
@ -18,9 +18,6 @@
|
||||||
"default" : "none",
|
"default" : "none",
|
||||||
"description" : "When performed on multiple indices, allows to ignore `missing` ones"
|
"description" : "When performed on multiple indices, allows to ignore `missing` ones"
|
||||||
},
|
},
|
||||||
"operation_threading": {
|
|
||||||
"description" : "TODO: ?"
|
|
||||||
},
|
|
||||||
"preference": {
|
"preference": {
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
"description" : "Specify the shards the operation should be performed on (default: random shard)"
|
"description" : "Specify the shards the operation should be performed on (default: random shard)"
|
||||||
|
|
Loading…
Reference in New Issue