Docs: Fix indentation in has-parent-query.asciidoc

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

View File

@ -14,11 +14,11 @@ GET /_search
"query": { "query": {
"has_parent" : { "has_parent" : {
"parent_type" : "blog", "parent_type" : "blog",
"query" : { "query" : {
"term" : { "term" : {
"tag" : "something" "tag" : "something"
}
} }
}
} }
} }
} }
@ -43,12 +43,12 @@ GET /_search
"query": { "query": {
"has_parent" : { "has_parent" : {
"parent_type" : "blog", "parent_type" : "blog",
"score" : true, "score" : true,
"query" : { "query" : {
"term" : { "term" : {
"tag" : "something" "tag" : "something"
}
} }
}
} }
} }
} }
@ -93,4 +93,4 @@ GET /_search
} }
} }
-------------------------------------------------- --------------------------------------------------
// CONSOLE // CONSOLE