Browse Source

[Docs] Fix indentation of examples (#27168)

Clarkie 8 years ago
parent
commit
b1ce5cf836
1 changed files with 13 additions and 13 deletions
  1. 13 13
      docs/reference/query-dsl/common-terms-query.asciidoc

+ 13 - 13
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
+                }
             }
         }
     }