elasticsearch/docs/reference/query-dsl
Tal Levy 6c86606d2a
Adds support for geo-bounds filtering in geogrid aggregations (#50002)
It is fairly common to filter the geo point candidates in
geohash_grid and geotile_grid aggregations according to some
viewable bounding box. This change introduces the option of
specifying this filter directly in the tiling aggregation.

This is even more relevant to `geo_shape` where the bounds will restrict
the shape to be within the bounds

this optional `bounds` parameter is parsed in an equivalent fashion to 
the bounds specified in the geo_bounding_box query.
2020-01-14 08:29:10 -08:00
..
bool-query.asciidoc [DOCS] Document minimum_should_match defaults for bool query (#48865) 2019-12-04 12:44:13 -05:00
boosting-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
compound-queries.asciidoc [DOCS] Make Query DSL titles consistent (#43935) 2019-07-18 10:18:11 -04:00
constant-score-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
dis-max-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
distance-feature-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
exists-query.asciidoc Fix docs typos (#50365) 2019-12-23 10:35:14 -05:00
full-text-queries.asciidoc [DOCS] Make Query DSL titles consistent (#43935) 2019-07-18 10:18:11 -04:00
function-score-query.asciidoc [Docs] Fix typo in function-score-query.asciidoc (#50030) 2019-12-10 17:33:36 +01:00
fuzzy-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
geo-bounding-box-query.asciidoc Adds support for geo-bounds filtering in geogrid aggregations (#50002) 2020-01-14 08:29:10 -08:00
geo-distance-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
geo-polygon-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
geo-queries.asciidoc [DOCS] Make Query DSL titles consistent (#43935) 2019-07-18 10:18:11 -04:00
geo-shape-query.asciidoc "CONTAINS" support for BKD-backed geo_shape and shape fields (#50141) 2019-12-16 07:43:42 +01:00
has-child-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
has-parent-query.asciidoc [DOCS] Fix search request body links (#50500) 2019-12-26 14:20:51 -05:00
ids-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
intervals-query.asciidoc Add fuzzy intervals source (#49762) 2020-01-03 09:55:53 +00:00
joining-queries.asciidoc [DOCS] Make Query DSL titles consistent (#43935) 2019-07-18 10:18:11 -04:00
match-all-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
match-bool-prefix-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
match-phrase-prefix-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
match-phrase-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
match-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
minimum-should-match.asciidoc [Docs] Fix typo in minimum-should-match.asciidoc (#46472) 2019-09-09 14:17:49 +02:00
mlt-query.asciidoc [Docs] Correct max_doc_freq default value (#49536) 2019-11-26 10:46:44 +01:00
multi-match-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
multi-term-rewrite.asciidoc [DOCS] Make Query DSL titles consistent (#43935) 2019-07-18 10:18:11 -04:00
nested-query.asciidoc [DOCS] Add multi-level nested query example to nested query docs (#46986) 2019-09-25 00:56:15 -04:00
parent-id-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
percolate-query.asciidoc Remove type field from DocWriteRequest and associated Response objects (#47671) 2019-10-11 10:23:55 +01:00
pinned-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
prefix-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
query-string-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
query-string-syntax.asciidoc [DOCS] Fuzzy wildcard not supported in query_string (#50466) 2020-01-07 12:53:47 -06:00
query_filter_context.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
range-query.asciidoc [DOCS] Fix time_zone example in range query docs (#50830) 2020-01-10 07:23:25 -06:00
rank-feature-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
regexp-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
regexp-syntax.asciidoc [DOCS] Rewrite regexp query (#42711) 2019-07-24 08:37:37 -04:00
script-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
script-score-query.asciidoc [DOCS] Fix missing quote in script-score-query.asciidoc (#50590) 2020-01-03 16:15:18 +01:00
shape-queries.asciidoc [SPATIAL] New ShapeQueryBuilder for querying indexed cartesian geometry (#45108) 2019-08-08 15:28:35 -05:00
shape-query.asciidoc "CONTAINS" support for BKD-backed geo_shape and shape fields (#50141) 2019-12-16 07:43:42 +01:00
simple-query-string-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
span-containing-query.asciidoc [DOCS] [5 of 5] Change // TESTRESPONSE comments to [source,console-results] (#46449) 2019-09-06 14:05:36 -04:00
span-field-masking-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
span-first-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
span-multi-term-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
span-near-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
span-not-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
span-or-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
span-queries.asciidoc [DOCS] Make Query DSL titles consistent (#43935) 2019-07-18 10:18:11 -04:00
span-term-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
span-within-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
special-queries.asciidoc Search enhancement: pinned queries (#44345) 2019-08-16 14:46:06 +01:00
term-level-queries.asciidoc [DOCS] Make Query DSL titles consistent (#43935) 2019-07-18 10:18:11 -04:00
term-query.asciidoc Remove _type from SearchHit (#46942) 2019-09-23 19:14:54 +01:00
terms-query.asciidoc Remove _type from SearchHit (#46942) 2019-09-23 19:14:54 +01:00
terms-set-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
wildcard-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
wrapper-query.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00