Skip to content

Commit 3f0824f

Browse files
committed
adding synonyms set to filters (#2515)
1 parent 8ec1321 commit 3f0824f

File tree

3 files changed

+62
-36
lines changed

3 files changed

+62
-36
lines changed

output/schema/schema.json

Lines changed: 58 additions & 36 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: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_types/analysis/token_filters.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ export class SynonymGraphTokenFilter extends TokenFilterBase {
113113
lenient?: boolean
114114
synonyms?: string[]
115115
synonyms_path?: string
116+
synonyms_set?: string
116117
tokenizer?: string
117118
updateable?: boolean
118119
}
@@ -124,6 +125,7 @@ export class SynonymTokenFilter extends TokenFilterBase {
124125
lenient?: boolean
125126
synonyms?: string[]
126127
synonyms_path?: string
128+
synonyms_set?: string
127129
tokenizer?: string
128130
updateable?: boolean
129131
}

0 commit comments

Comments
 (0)