@@ -24,25 +24,27 @@ sub api {
24
24
25
25
' bulk.metadata' => {
26
26
params => {
27
- ' _index' => ' _index' ,
28
- ' index' => ' _index' ,
29
- ' _type' => ' _type' ,
30
- ' type' => ' _type' ,
31
- ' _id' => ' _id' ,
32
- ' id' => ' _id' ,
33
- ' pipeline' => ' pipeline' ,
34
- ' routing' => ' routing' ,
35
- ' _routing' => ' routing' ,
36
- ' parent' => ' parent' ,
37
- ' _parent' => ' parent' ,
38
- ' timestamp' => ' timestamp' ,
39
- ' _timestamp' => ' timestamp' ,
40
- ' ttl' => ' ttl' ,
41
- ' _ttl' => ' ttl' ,
42
- ' version' => ' version' ,
43
- ' _version' => ' version' ,
44
- ' version_type' => ' version_type' ,
45
- ' _version_type' => ' version_type'
27
+ ' _index' => ' _index' ,
28
+ ' index' => ' _index' ,
29
+ ' _type' => ' _type' ,
30
+ ' type' => ' _type' ,
31
+ ' _id' => ' _id' ,
32
+ ' id' => ' _id' ,
33
+ ' pipeline' => ' pipeline' ,
34
+ ' routing' => ' routing' ,
35
+ ' _routing' => ' routing' ,
36
+ ' parent' => ' parent' ,
37
+ ' _parent' => ' parent' ,
38
+ ' timestamp' => ' timestamp' ,
39
+ ' _timestamp' => ' timestamp' ,
40
+ ' ttl' => ' ttl' ,
41
+ ' _ttl' => ' ttl' ,
42
+ ' version' => ' version' ,
43
+ ' _version' => ' version' ,
44
+ ' version_type' => ' version_type' ,
45
+ ' _version_type' => ' version_type' ,
46
+ ' if_seq_no' => ' if_seq_no' ,
47
+ ' if_primary_term' => ' if_primary_term'
46
48
}
47
49
},
48
50
' bulk.update' => {
0 commit comments