Skip to content

Commit 32226a5

Browse files
clarkiecbuescher
authored andcommitted
[Docs] Fix indentation of examples (#27168)
1 parent 7deed9e commit 32226a5

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/reference/query-dsl/common-terms-query.asciidoc

+13-13
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ GET /_search
7676
"common": {
7777
"body": {
7878
"query": "this is bonsai cool",
79-
"cutoff_frequency": 0.001
79+
"cutoff_frequency": 0.001
8080
}
8181
}
8282
}
@@ -100,8 +100,8 @@ GET /_search
100100
"common": {
101101
"body": {
102102
"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"
105105
}
106106
}
107107
}
@@ -200,11 +200,11 @@ GET /_search
200200
"common": {
201201
"body": {
202202
"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+
}
208208
}
209209
}
210210
}
@@ -261,11 +261,11 @@ GET /_search
261261
"common": {
262262
"body": {
263263
"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+
}
269269
}
270270
}
271271
}

0 commit comments

Comments
 (0)