summaryrefslogtreecommitdiff
path: root/docs/reference/query-dsl
diff options
context:
space:
mode:
authorPavel Chertorogov <nodkz@mail.ru>2017-03-13 20:52:28 +0600
committerNik Everett <nik9000@gmail.com>2017-03-13 08:17:11 -0700
commit5da7cefbe2eb7f009af937a337866dd8ee743057 (patch)
treeb490453aa5b093edb05d17be7db71ee2f011e8c9 /docs/reference/query-dsl
parentf8fa5c96aa0a220f29fbfef385bb72017a295372 (diff)
Docs: Fix indentation in has-parent-query.asciidoc
Diffstat (limited to 'docs/reference/query-dsl')
-rw-r--r--docs/reference/query-dsl/has-parent-query.asciidoc20
1 files 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 09ec3383cc..9840bf957a 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