Skip to content

Commit 799a429

Browse files
committed
Support explicit null chunking_settings in semantic_text field mappings
1 parent 61b5ecc commit 799a429

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

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)