Skip to content

Commit

Permalink
Rename parameter table header
Browse files Browse the repository at this point in the history
Signed-off-by: Fanit Kolchina <[email protected]>
  • Loading branch information
kolchfa-aws committed Sep 23, 2024
1 parent a62724b commit 19f7585
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _query-dsl/geo-and-xy/geo-bounding-box.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ GET testindex1/_search

Geo-bounding box queries accept the following parameters.

Field | Data type | Description
Parameter | Data type | Description
:--- | :--- | :---
`_name` | String | The name of the filter. Optional.
`validation_method` | String | The validation method. Valid values are `IGNORE_MALFORMED` (accept geopoints with invalid coordinates), `COERCE` (try to coerce coordinates to valid values), and `STRICT` (return an error when coordinates are invalid). Default is `STRICT`.
Expand Down
2 changes: 1 addition & 1 deletion _query-dsl/geo-and-xy/geodistance.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ The response contains the matching document:

Geodistance queries accept the following parameters.

Field | Data type | Description
Parameter | Data type | Description
:--- | :--- | :---
`_name` | String | The name of the filter. Optional.
`distance` | String | The distance within which to match the points. This distance is the radius of a circle centered at the specified point. For supported distance units, see [Distance units]({{site.url}}{{site.baseurl}}/api-reference/common-parameters/#distance-units). Required.
Expand Down
2 changes: 1 addition & 1 deletion _query-dsl/geo-and-xy/geopolygon.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ The response returns no results.

Geopolygon queries accept the following parameters.

Field | Data type | Description
Parameter | Data type | Description
:--- | :--- | :---
`_name` | String | The name of the filter. Optional.
`validation_method` | String | The validation method. Valid values are `IGNORE_MALFORMED` (accept geopoints with invalid coordinates), `COERCE` (try to coerce coordinates to valid values), and `STRICT` (return an error when coordinates are invalid). Optional. Default is `STRICT`.
Expand Down
2 changes: 1 addition & 1 deletion _query-dsl/geo-and-xy/geoshape.md
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,6 @@ Note that when you indexed the geopoints, you specified their coordinates in `"l

Geoshape queries accept the following parameters.

Field | Data type | Description
Parameter | Data type | Description
:--- | :--- | :---
`ignore_unmapped` | Boolean | Specifies whether to ignore an unmapped field. If set to `true`, then the query does not return any documents that contain an unmapped field. If set to `false`, then an exception is thrown when the field is unmapped. Optional. Default is `false`.

0 comments on commit 19f7585

Please sign in to comment.