Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 17 additions & 5 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion specification/_types/mapping/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export class SemanticTextProperty {
* chunking settings sent in the inference endpoint associated with inference_id. If chunking settings are updated,
* they will not be applied to existing documents until they are reindexed.
*/
chunking_settings?: ChunkingSettings
chunking_settings?: ChunkingSettings | null
/**
* Multi-fields allow the same string value to be indexed in multiple ways for different purposes, such as one
* field for search and a multi-field for sorting and aggregations, or the same string value analyzed by different analyzers.
Expand Down
Loading