Don't expose operation_threading

This commit is contained in:
Honza Kral 2013-06-04 17:10:52 +02:00
parent 34ace1ff91
commit ab56dc2cf9
3 changed files with 0 additions and 9 deletions

View File

@ -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)"

View File

@ -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)"

View File

@ -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)"