From ad4c6451fc05e3b0a130c7a80f35b08b169209e0 Mon Sep 17 00:00:00 2001 From: Clarkie Date: Mon, 30 Oct 2017 10:33:01 +0000 Subject: [PATCH] Standardise the indentation of examples --- .../query-dsl/common-terms-query.asciidoc | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/reference/query-dsl/common-terms-query.asciidoc b/docs/reference/query-dsl/common-terms-query.asciidoc index fcc4ace2ec6f8..cf2c313337e9e 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 + } } } }