Docs: Fix indentation in has-child-query.asciidoc (#23565)

This commit is contained in:
Pavel Chertorogov 2017-03-13 21:25:28 +06:00 committed by Nik Everett
parent 5da7cefbe2
commit ff1530592e
1 changed files with 10 additions and 10 deletions

View File

@ -12,11 +12,11 @@ GET /_search
"query": { "query": {
"has_child" : { "has_child" : {
"type" : "blog_tag", "type" : "blog_tag",
"query" : { "query" : {
"term" : { "term" : {
"tag" : "something" "tag" : "something"
}
} }
}
} }
} }
} }
@ -41,12 +41,12 @@ GET /_search
"query": { "query": {
"has_child" : { "has_child" : {
"type" : "blog_tag", "type" : "blog_tag",
"score_mode" : "min", "score_mode" : "min",
"query" : { "query" : {
"term" : { "term" : {
"tag" : "something" "tag" : "something"
}
} }
}
} }
} }
} }
@ -123,4 +123,4 @@ GET /_search
} }
} }
-------------------------------------------------- --------------------------------------------------
// CONSOLE // CONSOLE