Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c93d5e9

Browse files
committed
fix broken links
1 parent bd55c3d commit c93d5e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/elasticsearch/rest_api/query_dsl/index.textile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ h2. Filters
6161
|"geo_bounding_box":geo_bounding_box_filter|Filters documents that falls within a bounding box.|
6262
|"geo_polygon":geo_polygon_filter|Filters documents that falls within a geo polygon.|
6363
|"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.|
64+
|"exists":exists_filter|Filters documents where a field has a value in them.|
65+
|"missing":missing_filter|Filters documents where a field doesn't have a value in them.|
6666

6767
h2. Filters and Caching
6868

0 commit comments

Comments
 (0)