Skip to content

Commit

Permalink
Remove copy_to as it's unsupported by semantic_text field mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed Jun 19, 2024
1 parent c893894 commit 0f47fe2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 22 deletions.
29 changes: 9 additions & 20 deletions output/schema/schema.json

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

1 change: 0 additions & 1 deletion output/typescript/types.ts

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

1 change: 0 additions & 1 deletion specification/_types/mapping/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ export class SemanticTextProperty {
type: 'semantic_text'
meta?: Dictionary<string, string>
inference_id: Id
copy_to?: Fields
}

export class SearchAsYouTypeProperty extends CorePropertyBase {
Expand Down

0 comments on commit 0f47fe2

Please sign in to comment.