Skip to content

Commit d6524cf

Browse files
authored
Merge branch 'main' into add-certificate-identity-field
2 parents 9de139f + 10bf963 commit d6524cf

File tree

5 files changed

+29
-9
lines changed

5 files changed

+29
-9
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 5 additions & 1 deletion
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: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 17 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: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_types/mapping/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ export class SemanticTextProperty {
264264
* chunking settings sent in the inference endpoint associated with inference_id. If chunking settings are updated,
265265
* they will not be applied to existing documents until they are reindexed.
266266
*/
267-
chunking_settings?: ChunkingSettings
267+
chunking_settings?: ChunkingSettings | null
268268
/**
269269
* Multi-fields allow the same string value to be indexed in multiple ways for different purposes, such as one
270270
* field for search and a multi-field for sorting and aggregations, or the same string value analyzed by different analyzers.

0 commit comments

Comments
 (0)