File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 58
58
"_source_include" : {
59
59
"type" : " list" ,
60
60
"description" : " A list of fields to extract and return from the _source field"
61
+ },
62
+ "version" : {
63
+ "type" : " number" ,
64
+ "description" : " Explicit version number for concurrency control"
65
+ },
66
+ "version_type" : {
67
+ "type" : " enum" ,
68
+ "options" : [" internal" ," external" ],
69
+ "description" : " Specific version type"
61
70
}
62
71
}
63
72
},
Original file line number Diff line number Diff line change 50
50
"routing" : {
51
51
"type" : " string" ,
52
52
"description" : " Specific routing value"
53
+ "version" : {
54
+ "type" : " number" ,
55
+ "description" : " Explicit version number for concurrency control"
56
+ },
57
+ "version_type" : {
58
+ "type" : " enum" ,
59
+ "options" : [" internal" ," external" ],
60
+ "description" : " Specific version type"
53
61
}
54
62
}
55
63
},
You can’t perform that action at this time.
0 commit comments