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": {
"has_child" : {
"type" : "blog_tag",
"query" : {
"term" : {
"tag" : "something"
}
"query" : {
"term" : {
"tag" : "something"
}
}
}
}
}
@ -41,12 +41,12 @@ GET /_search
"query": {
"has_child" : {
"type" : "blog_tag",
"score_mode" : "min",
"query" : {
"term" : {
"tag" : "something"
}
"score_mode" : "min",
"query" : {
"term" : {
"tag" : "something"
}
}
}
}
}
@ -123,4 +123,4 @@ GET /_search
}
}
--------------------------------------------------
// CONSOLE
// CONSOLE