diff --git a/_dashboards/run-queries.md b/_dashboards/run-queries.md index ae25c6f71a..efe9561cb7 100644 --- a/_dashboards/run-queries.md +++ b/_dashboards/run-queries.md @@ -93,7 +93,7 @@ To use auto indent, select the queries that you want to format, select the wrenc Auto indenting a collapsed query expands it. -Auto indenting a well-formatted query puts the request body on a single line. This is useful for working with [bulk APIs]({{site.url}}{{site.baseurl}}/opensearch/api-reference/document-apis/bulk/). +Auto indenting a well-formatted query puts the request body on a single line. This is useful for working with [bulk APIs]({{site.url}}{{site.baseurl}}/api-reference/document-apis/bulk/). {: .tip} ## Viewing your request history diff --git a/_opensearch/supported-field-types/geo-shape.md b/_opensearch/supported-field-types/geo-shape.md index 2e9cf47e05..2da10ff3a5 100644 --- a/_opensearch/supported-field-types/geo-shape.md +++ b/_opensearch/supported-field-types/geo-shape.md @@ -45,11 +45,11 @@ The following table describes the possible geoshape types and their relationship OpenSearch type | GeoJSON type | WKT type | Description :--- | :--- | :--- | :--- [`point`](#point) | Point | POINT | A geographic point specified by latitude and longitude. OpenSearch uses World Geodetic System (WGS84) coordinates. -[`linestring`](#line-string) | LineString | LINESTRING | A line specified by two or more points. May be a straight line or a path of connected line segments. +[`linestring`](#linestring) | LineString | LINESTRING | A line specified by two or more points. May be a straight line or a path of connected line segments. [`polygon`](#polygon) | Polygon | POLYGON | A polygon specified by a list of vertices in coordinate form. The polygon must be closed, meaning the last point must be the same as the first point. Therefore, to create an n-gon, n+1 vertices are required. The minimum number of vertices is four, which creates a triangle. -[`multipoint`](#multi-point) | MultiPoint | MULTIPOINT | An array of discrete related points that are not connected. -[`multilinestring`](#multiline-string) | MultiLineString | MULTILINESTRING | An array of linestrings. -[`multipolygon`](#multi-polygon) | MultiPolygon | MULTIPOLYGON | An array of polygons. +[`multipoint`](#multipoint) | MultiPoint | MULTIPOINT | An array of discrete related points that are not connected. +[`multilinestring`](#multilinestring) | MultiLineString | MULTILINESTRING | An array of linestrings. +[`multipolygon`](#multipolygon) | MultiPolygon | MULTIPOLYGON | An array of polygons. [`geometrycollection`](#geometry-collection) | GeometryCollection | GEOMETRYCOLLECTION | A collection of geoshapes that may be of different types. [`envelope`](#envelope) | N/A | BBOX | A bounding rectangle specified by upper-left and lower-right vertices. diff --git a/_opensearch/supported-field-types/xy-shape.md b/_opensearch/supported-field-types/xy-shape.md index 510868e72d..dfb4ba0960 100644 --- a/_opensearch/supported-field-types/xy-shape.md +++ b/_opensearch/supported-field-types/xy-shape.md @@ -47,11 +47,11 @@ The following table describes the possible xy shape types and their relationship OpenSearch type | GeoJSON type | WKT type | Description :--- | :--- | :--- | :--- [`point`](#point) | Point | POINT | A geographic point specified by the x and y coordinates. -[`linestring`](#line-string) | LineString | LINESTRING | A line specified by two or more points. May be a straight line or a path of connected line segments. +[`linestring`](#linestring) | LineString | LINESTRING | A line specified by two or more points. May be a straight line or a path of connected line segments. [`polygon`](#polygon) | Polygon | POLYGON | A polygon specified by a list of vertices in coordinate form. The polygon must be closed, meaning the last point must be the same as the first point. Therefore, to create an n-gon, n+1 vertices are required. The minimum number of vertices is four, which creates a triangle. -[`multipoint`](#multi-point) | MultiPoint | MULTIPOINT | An array of discrete related points that are not connected. -[`multilinestring`](#multiline-string) | MultiLineString | MULTILINESTRING | An array of linestrings. -[`multipolygon`](#multi-polygon) | MultiPolygon | MULTIPOLYGON | An array of polygons. +[`multipoint`](#multipoint) | MultiPoint | MULTIPOINT | An array of discrete related points that are not connected. +[`multilinestring`](#multilinestring) | MultiLineString | MULTILINESTRING | An array of linestrings. +[`multipolygon`](#multipolygon) | MultiPolygon | MULTIPOLYGON | An array of polygons. [`geometrycollection`](#geometry-collection) | GeometryCollection | GEOMETRYCOLLECTION | A collection of xy shapes that may be of different types. [`envelope`](#envelope) | N/A | BBOX | A bounding rectangle specified by upper-left and lower-right vertices.