Skip to content

Commit 405d60d

Browse files
committed
possible fix for #1555, make class json serialization option to prevent adding obsolete TypeTable property
1 parent ed8dccb commit 405d60d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Nest/Domain/Analysis/TokenFilter/WordDelimiterTokenFilter.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ namespace Nest
88
/// <summary>
99
/// Named word_delimiter, it Splits words into subwords and performs optional transformations on subword groups.
1010
/// </summary>
11+
[JsonObject(MemberSerialization.OptIn)]
1112
public class WordDelimiterTokenFilter : TokenFilterBase
1213
{
1314
public WordDelimiterTokenFilter()

0 commit comments

Comments
 (0)