Removed the `id` URL parameter in `_explain` API

This commit is contained in:
Karel Minarik 2013-05-28 10:36:06 +02:00
parent c9ad3658e9
commit 8b4b7be9c5
1 changed files with 0 additions and 4 deletions

View File

@ -45,10 +45,6 @@
"type": "list", "type": "list",
"description" : "A comma-separated list of fields to return in the response" "description" : "A comma-separated list of fields to return in the response"
}, },
"id": {
"type" : "string",
"description" : "The document ID"
},
"lenient": { "lenient": {
"type" : "boolean", "type" : "boolean",
"description" : "Specify whether format-based query failures (such as providing text to a numeric field) should be ignored" "description" : "Specify whether format-based query failures (such as providing text to a numeric field) should be ignored"