Skip to content

Commit bee7f06

Browse files
Fix indices.get_mapping API (#3977) (#3982)
(cherry picked from commit 311a18a) Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
1 parent f267a43 commit bee7f06

File tree

7 files changed

+50
-11
lines changed

7 files changed

+50
-11
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema-serverless.json

Lines changed: 19 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 19 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_types/mapping/RuntimeFields.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ export enum RuntimeFieldType {
6565
date,
6666
double,
6767
geo_point,
68+
geo_shape,
6869
ip,
6970
keyword,
7071
long,

specification/_types/mapping/geo.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export class GeoShapeProperty extends DocValuesPropertyBase {
4848
coerce?: boolean
4949
ignore_malformed?: boolean
5050
ignore_z_value?: boolean
51+
index?: boolean
5152
orientation?: GeoOrientation
5253
strategy?: GeoStrategy
5354
type: 'geo_shape'

0 commit comments

Comments
 (0)