@@ -76,7 +76,7 @@ GET /_search
76
76
"common": {
77
77
"body": {
78
78
"query": "this is bonsai cool",
79
- "cutoff_frequency": 0.001
79
+ "cutoff_frequency": 0.001
80
80
}
81
81
}
82
82
}
@@ -100,8 +100,8 @@ GET /_search
100
100
"common": {
101
101
"body": {
102
102
"query": "nelly the elephant as a cartoon",
103
- "cutoff_frequency": 0.001,
104
- "low_freq_operator": "and"
103
+ "cutoff_frequency": 0.001,
104
+ "low_freq_operator": "and"
105
105
}
106
106
}
107
107
}
@@ -200,11 +200,11 @@ GET /_search
200
200
"common": {
201
201
"body": {
202
202
"query": "nelly the elephant not as a cartoon",
203
- "cutoff_frequency": 0.001,
204
- "minimum_should_match": {
205
- "low_freq" : 2,
206
- "high_freq" : 3
207
- }
203
+ "cutoff_frequency": 0.001,
204
+ "minimum_should_match": {
205
+ "low_freq" : 2,
206
+ "high_freq" : 3
207
+ }
208
208
}
209
209
}
210
210
}
@@ -261,11 +261,11 @@ GET /_search
261
261
"common": {
262
262
"body": {
263
263
"query": "how not to be",
264
- "cutoff_frequency": 0.001,
265
- "minimum_should_match": {
266
- "low_freq" : 2,
267
- "high_freq" : 3
268
- }
264
+ "cutoff_frequency": 0.001,
265
+ "minimum_should_match": {
266
+ "low_freq" : 2,
267
+ "high_freq" : 3
268
+ }
269
269
}
270
270
}
271
271
}
0 commit comments