From 5da7cefbe2eb7f009af937a337866dd8ee743057 Mon Sep 17 00:00:00 2001 From: Pavel Chertorogov Date: Mon, 13 Mar 2017 20:52:28 +0600 Subject: [PATCH] Docs: Fix indentation in has-parent-query.asciidoc --- .../query-dsl/has-parent-query.asciidoc | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/reference/query-dsl/has-parent-query.asciidoc b/docs/reference/query-dsl/has-parent-query.asciidoc index 09ec3383cc2..9840bf957a5 100644 --- a/docs/reference/query-dsl/has-parent-query.asciidoc +++ b/docs/reference/query-dsl/has-parent-query.asciidoc @@ -14,11 +14,11 @@ GET /_search "query": { "has_parent" : { "parent_type" : "blog", - "query" : { - "term" : { - "tag" : "something" - } + "query" : { + "term" : { + "tag" : "something" } + } } } } @@ -43,12 +43,12 @@ GET /_search "query": { "has_parent" : { "parent_type" : "blog", - "score" : true, - "query" : { - "term" : { - "tag" : "something" - } + "score" : true, + "query" : { + "term" : { + "tag" : "something" } + } } } } @@ -93,4 +93,4 @@ GET /_search } } -------------------------------------------------- -// CONSOLE \ No newline at end of file +// CONSOLE