delete `operation_threading` from the rest specs (#27940)

This commit is contained in:
olcbean 2017-12-21 22:09:11 +01:00 committed by Ryan Ernst
parent a54798354b
commit 7f2f59eb85
4 changed files with 0 additions and 12 deletions

View File

@ -38,9 +38,6 @@
"type" : "boolean",
"description" : "Specify whether the operation should only expunge deleted documents"
},
"operation_threading": {
"description" : "TODO: ?"
},
"wait_for_merge": {
"type" : "boolean",
"description" : "Specify whether the request should block until the merge process is finished (default: true)"

View File

@ -26,9 +26,6 @@
"default" : "open",
"description" : "Whether to expand wildcard expression to concrete indices that are open, closed or both."
},
"operation_threading": {
"description" : "TODO: ?"
},
"verbose": {
"type": "boolean",
"description": "Includes detailed memory usage by Lucene.",

View File

@ -30,9 +30,6 @@
"options" : ["open","closed","none","all"],
"default" : "open",
"description" : "Whether to expand wildcard expression to concrete indices that are open, closed or both."
},
"operation_threading": {
"description" : "TODO: ?"
}
}
},

View File

@ -34,9 +34,6 @@
"default" : "open",
"description" : "Whether to expand wildcard expression to concrete indices that are open, closed or both."
},
"operation_threading": {
"description" : "TODO: ?"
},
"q": {
"type" : "string",
"description" : "Query in the Lucene query string syntax"