timestamp and ttl in index requests (#27888)

timestamp and ttl are not accepted anymore as parameters of index/update requests.
This commit is contained in:
Stuart Cam 2017-12-20 10:43:21 +11:00 committed by GitHub
parent 05aa1a6033
commit e458c6b762
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 24 deletions

View File

@ -44,14 +44,6 @@
"type" : "time", "type" : "time",
"description" : "Explicit operation timeout" "description" : "Explicit operation timeout"
}, },
"timestamp": {
"type" : "time",
"description" : "Explicit timestamp for the document"
},
"ttl": {
"type" : "time",
"description" : "Expiration time for the document"
},
"version" : { "version" : {
"type" : "number", "type" : "number",
"description" : "Explicit version number for concurrency control" "description" : "Explicit version number for concurrency control"

View File

@ -49,14 +49,6 @@
"type" : "time", "type" : "time",
"description" : "Explicit operation timeout" "description" : "Explicit operation timeout"
}, },
"timestamp": {
"type" : "time",
"description" : "Explicit timestamp for the document"
},
"ttl": {
"type" : "time",
"description" : "Expiration time for the document"
},
"version" : { "version" : {
"type" : "number", "type" : "number",
"description" : "Explicit version number for concurrency control" "description" : "Explicit version number for concurrency control"

View File

@ -68,14 +68,6 @@
"type": "time", "type": "time",
"description": "Explicit operation timeout" "description": "Explicit operation timeout"
}, },
"timestamp": {
"type": "time",
"description": "Explicit timestamp for the document"
},
"ttl": {
"type": "time",
"description": "Expiration time for the document"
},
"version": { "version": {
"type": "number", "type": "number",
"description": "Explicit version number for concurrency control" "description": "Explicit version number for concurrency control"