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:
parent
05aa1a6033
commit
e458c6b762
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue