Skip to content

Commit

Permalink
adding synonyms set to filters (#2515)
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta committed Apr 16, 2024
1 parent 8ec1321 commit 3f0824f
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 36 deletions.
94 changes: 58 additions & 36 deletions output/schema/schema.json

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

2 changes: 2 additions & 0 deletions output/typescript/types.ts

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

2 changes: 2 additions & 0 deletions specification/_types/analysis/token_filters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export class SynonymGraphTokenFilter extends TokenFilterBase {
lenient?: boolean
synonyms?: string[]
synonyms_path?: string
synonyms_set?: string
tokenizer?: string
updateable?: boolean
}
Expand All @@ -124,6 +125,7 @@ export class SynonymTokenFilter extends TokenFilterBase {
lenient?: boolean
synonyms?: string[]
synonyms_path?: string
synonyms_set?: string
tokenizer?: string
updateable?: boolean
}
Expand Down

0 comments on commit 3f0824f

Please sign in to comment.