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
7 changes: 7 additions & 0 deletions output/openapi/elasticsearch-openapi.json

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

7 changes: 7 additions & 0 deletions output/openapi/elasticsearch-serverless-openapi.json

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

45 changes: 35 additions & 10 deletions output/schema/schema.json

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

1 change: 1 addition & 0 deletions output/typescript/types.ts

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

6 changes: 6 additions & 0 deletions specification/_types/mapping/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,12 @@ export class SemanticTextProperty {
* they will not be applied to existing documents until they are reindexed.
*/
chunking_settings?: ChunkingSettings
/**
* 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.
* @doc_id multi-fields
*/
fields?: Dictionary<PropertyName, Property>
}

export class SearchAsYouTypeProperty extends CorePropertyBase {
Expand Down