We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CustomAnalyzer
1 parent 73602db commit 0868517Copy full SHA for 0868517
specification/_types/analysis/analyzers.ts
@@ -27,8 +27,8 @@ import { KuromojiAnalyzer } from './kuromoji-plugin'
27
28
export class CustomAnalyzer {
29
type: 'custom'
30
- char_filter?: string[]
31
- filter?: string[]
+ char_filter?: string | string[]
+ filter?: string | string[]
32
position_increment_gap?: integer
33
position_offset_gap?: integer
34
tokenizer: string
0 commit comments