File tree 3 files changed +25
-0
lines changed
Aggs/__tests__/__snapshots__ 3 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -1091,6 +1091,14 @@ input Elastic_QueryMultiMatch_50 {
1091
1091
operator : Elastic_QueryMultiMatchOperatorEnum_50
1092
1092
minimum_should_match : String
1093
1093
analyzer : String
1094
+ slop : Int
1095
+ boost : Float
1096
+ fuzziness : JSON
1097
+ prefix_length : Int
1098
+ max_expansions : Int
1099
+ rewrite : String
1100
+ zero_terms_query : JSON
1101
+ cutoff_frequency : Float
1094
1102
}
1095
1103
1096
1104
enum Elastic_QueryMultiMatchOperatorEnum_50 {
Original file line number Diff line number Diff line change @@ -40,6 +40,15 @@ export function getMultiMatchITC(opts: mixed = {}): InputTypeComposer {
40
40
}` ,
41
41
minimum_should_match : 'String' ,
42
42
analyzer : 'String' ,
43
+ slop : 'Int' ,
44
+ boost : 'Float' ,
45
+ fuzziness : 'JSON' ,
46
+ prefix_length : 'Int' ,
47
+ max_expansions : 'Int' ,
48
+ rewrite : 'String' ,
49
+ zero_terms_query : 'JSON' ,
50
+ cutoff_frequency : 'Float' ,
51
+ // lenient: 'JSON', // depricated from ES 5.3
43
52
} ,
44
53
} )
45
54
) ;
Original file line number Diff line number Diff line change @@ -301,6 +301,14 @@ input Elastic_QueryMultiMatch_50 {
301
301
operator : Elastic_QueryMultiMatchOperatorEnum_50
302
302
minimum_should_match : String
303
303
analyzer : String
304
+ slop : Int
305
+ boost : Float
306
+ fuzziness : JSON
307
+ prefix_length : Int
308
+ max_expansions : Int
309
+ rewrite : String
310
+ zero_terms_query : JSON
311
+ cutoff_frequency : Float
304
312
}
305
313
306
314
enum Elastic_QueryMultiMatchOperatorEnum_50 {
You can’t perform that action at this time.
0 commit comments