[Docs] Fix indentation of examples (#27168)

This commit is contained in:
Clarkie 2017-10-30 10:53:57 +00:00 committed by Christoph Büscher
parent a4105c6b4a
commit b1ce5cf836
1 changed files with 13 additions and 13 deletions

View File

@ -76,7 +76,7 @@ GET /_search
"common": { "common": {
"body": { "body": {
"query": "this is bonsai cool", "query": "this is bonsai cool",
"cutoff_frequency": 0.001 "cutoff_frequency": 0.001
} }
} }
} }
@ -100,8 +100,8 @@ GET /_search
"common": { "common": {
"body": { "body": {
"query": "nelly the elephant as a cartoon", "query": "nelly the elephant as a cartoon",
"cutoff_frequency": 0.001, "cutoff_frequency": 0.001,
"low_freq_operator": "and" "low_freq_operator": "and"
} }
} }
} }
@ -200,11 +200,11 @@ GET /_search
"common": { "common": {
"body": { "body": {
"query": "nelly the elephant not as a cartoon", "query": "nelly the elephant not as a cartoon",
"cutoff_frequency": 0.001, "cutoff_frequency": 0.001,
"minimum_should_match": { "minimum_should_match": {
"low_freq" : 2, "low_freq" : 2,
"high_freq" : 3 "high_freq" : 3
} }
} }
} }
} }
@ -261,11 +261,11 @@ GET /_search
"common": { "common": {
"body": { "body": {
"query": "how not to be", "query": "how not to be",
"cutoff_frequency": 0.001, "cutoff_frequency": 0.001,
"minimum_should_match": { "minimum_should_match": {
"low_freq" : 2, "low_freq" : 2,
"high_freq" : 3 "high_freq" : 3
} }
} }
} }
} }