File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 60
60
"description" : " Explicit timestamp for the document"
61
61
},
62
62
"ttl" : {
63
- "type" : " duration " ,
63
+ "type" : " time " ,
64
64
"description" : " Expiration time for the document"
65
65
},
66
66
"version" : {
Original file line number Diff line number Diff line change 13
13
},
14
14
"params" : {
15
15
"scroll" : {
16
- "type" : " duration " ,
16
+ "type" : " time " ,
17
17
"description" : " Specify how long a consistent view of the index should be maintained for scrolled search"
18
18
},
19
19
"scroll_id" : {
Original file line number Diff line number Diff line change 85
85
"description" : " A comma-separated list of specific routing values"
86
86
},
87
87
"scroll" : {
88
- "type" : " duration " ,
88
+ "type" : " time " ,
89
89
"description" : " Specify how long a consistent view of the index should be maintained for scrolled search"
90
90
},
91
91
"search_type" : {
Original file line number Diff line number Diff line change 39
39
"description" : " A comma-separated list of specific routing values"
40
40
},
41
41
"scroll" : {
42
- "type" : " duration " ,
42
+ "type" : " time " ,
43
43
"description" : " Specify how long a consistent view of the index should be maintained for scrolled search"
44
44
},
45
45
"search_type" : {
Original file line number Diff line number Diff line change 59
59
"description" : " Specific routing value"
60
60
},
61
61
"script" : {
62
+ "type" : " string" ,
62
63
"description" : " The URL-encoded script definition (instead of using request body)"
63
64
},
64
65
"script_id" : {
66
+ "type" : " string" ,
65
67
"description" : " The id of a stored script"
66
68
},
67
69
"scripted_upsert" : {
77
79
"description" : " Explicit timestamp for the document"
78
80
},
79
81
"ttl" : {
80
- "type" : " duration " ,
82
+ "type" : " time " ,
81
83
"description" : " Expiration time for the document"
82
84
},
83
85
"version" : {
You can’t perform that action at this time.
0 commit comments