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.
2 parents aa6185e + e63aeff commit 260a865Copy full SHA for 260a865
src/Nest/Domain/Analysis/TokenFilter/PhoneticTokenFilter.cs
@@ -11,8 +11,17 @@ public PhoneticTokenFilter()
11
: base("phonetic")
12
{
13
14
- }
+ }
15
+
16
+ [JsonProperty("encoder")]
17
+ public string Encoder { get; set; }
18
19
+ [JsonProperty("replace")]
20
+ public bool Replace { get; set; }
21
22
}
23
-}
24
+}
25
26
27
0 commit comments