Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd55c3d commit c93d5e9Copy full SHA for c93d5e9
docs/elasticsearch/rest_api/query_dsl/index.textile
@@ -61,8 +61,8 @@ h2. Filters
61
|"geo_bounding_box":geo_bounding_box_filter|Filters documents that falls within a bounding box.|
62
|"geo_polygon":geo_polygon_filter|Filters documents that falls within a geo polygon.|
63
|"match_all":match_all_filter|A filter that matches on all documents.|
64
-|"exists":exists|Filters documents where a field has a value in them.|
65
-|"missing":missing|Filters documents where a field doesn't have a value in them.|
+|"exists":exists_filter|Filters documents where a field has a value in them.|
+|"missing":missing_filter|Filters documents where a field doesn't have a value in them.|
66
67
h2. Filters and Caching
68
0 commit comments