|
@@ -49,10 +49,10 @@ POST /museums/_search?size=0
|
|
|
}
|
|
|
--------------------------------------------------
|
|
|
|
|
|
-<1> The `geo_bounds` aggregation specifies the field to use to obtain the bounds
|
|
|
-<2> `wrap_longitude` is an optional parameter which specifies whether the bounding box should be allowed to overlap the international date line. The default value is `true`
|
|
|
+<1> The `geo_bounds` aggregation specifies the field to use to obtain the bounds.
|
|
|
+<2> `wrap_longitude` is an optional parameter which specifies whether the bounding box should be allowed to overlap the international date line. The default value is `true`.
|
|
|
|
|
|
-The above aggregation demonstrates how one would compute the bounding box of the location field for all documents with a business type of shop
|
|
|
+The above aggregation demonstrates how one would compute the bounding box of the location field for all documents with a business type of shop.
|
|
|
|
|
|
The response for the above aggregation:
|
|
|
|