diff --git a/docs/reference/query-dsl/common-terms-query.asciidoc b/docs/reference/query-dsl/common-terms-query.asciidoc index a0c58597f7a..41034f357ce 100644 --- a/docs/reference/query-dsl/common-terms-query.asciidoc +++ b/docs/reference/query-dsl/common-terms-query.asciidoc @@ -76,7 +76,7 @@ GET /_search "common": { "body": { "query": "this is bonsai cool", - "cutoff_frequency": 0.001 + "cutoff_frequency": 0.001 } } } @@ -100,8 +100,8 @@ GET /_search "common": { "body": { "query": "nelly the elephant as a cartoon", - "cutoff_frequency": 0.001, - "low_freq_operator": "and" + "cutoff_frequency": 0.001, + "low_freq_operator": "and" } } } @@ -200,11 +200,11 @@ GET /_search "common": { "body": { "query": "nelly the elephant not as a cartoon", - "cutoff_frequency": 0.001, - "minimum_should_match": { - "low_freq" : 2, - "high_freq" : 3 - } + "cutoff_frequency": 0.001, + "minimum_should_match": { + "low_freq" : 2, + "high_freq" : 3 + } } } } @@ -261,11 +261,11 @@ GET /_search "common": { "body": { "query": "how not to be", - "cutoff_frequency": 0.001, - "minimum_should_match": { - "low_freq" : 2, - "high_freq" : 3 - } + "cutoff_frequency": 0.001, + "minimum_should_match": { + "low_freq" : 2, + "high_freq" : 3 + } } } }