Fix minor typos in query dsl docs
@@ -185,10 +185,10 @@ values separately.
"filter" : {
"geo_bounding_box" : {
"pin.location" : {
- "top" : -74.1,
- "left" : 40.73,
- "bottom" : -71.12,
- "right" : 40.01
+ "top" : 40.73,
+ "left" : -74.1,
+ "bottom" : 40.01,
+ "right" : -71.12
}
@@ -35,7 +35,7 @@ inside the `has_child` query:
{
"has_child" : {
"type" : "blog_tag",
- "score_mode" : "sum",
+ "score_mode" : "min",
"query" : {
"term" : {
"tag" : "something"
@@ -57,7 +57,7 @@ a match:
"min_children": 2, <1>
"max_children": 10, <1>
@@ -73,7 +73,6 @@ present in the index, the syntax is similar to <<docs-termvectors-artificial-doc
},
"tweet": "You got no idea what I'd... what I'd give to be invisible."
- }
"_index" : "marvel",