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