@@ -31,16 +31,16 @@ public sealed partial class IcuCollationTokenFilter : ITokenFilter
3131{
3232 [ JsonInclude , JsonPropertyName ( "alternate" ) ]
3333 public Elastic . Clients . Elasticsearch . Serverless . Analysis . IcuCollationAlternate ? Alternate { get ; set ; }
34- [ JsonInclude , JsonPropertyName ( "caseFirst " ) ]
35- public Elastic . Clients . Elasticsearch . Serverless . Analysis . IcuCollationCaseFirst ? Casefirst { get ; set ; }
36- [ JsonInclude , JsonPropertyName ( "caseLevel " ) ]
37- public bool ? Caselevel { get ; set ; }
34+ [ JsonInclude , JsonPropertyName ( "case_first " ) ]
35+ public Elastic . Clients . Elasticsearch . Serverless . Analysis . IcuCollationCaseFirst ? CaseFirst { get ; set ; }
36+ [ JsonInclude , JsonPropertyName ( "case_level " ) ]
37+ public bool ? CaseLevel { get ; set ; }
3838 [ JsonInclude , JsonPropertyName ( "country" ) ]
3939 public string ? Country { get ; set ; }
4040 [ JsonInclude , JsonPropertyName ( "decomposition" ) ]
4141 public Elastic . Clients . Elasticsearch . Serverless . Analysis . IcuCollationDecomposition ? Decomposition { get ; set ; }
42- [ JsonInclude , JsonPropertyName ( "hiraganaQuaternaryMode " ) ]
43- public bool ? Hiraganaquaternarymode { get ; set ; }
42+ [ JsonInclude , JsonPropertyName ( "hiragana_quaternary_mode " ) ]
43+ public bool ? HiraganaQuaternaryMode { get ; set ; }
4444 [ JsonInclude , JsonPropertyName ( "language" ) ]
4545 public string ? Language { get ; set ; }
4646 [ JsonInclude , JsonPropertyName ( "numeric" ) ]
@@ -53,8 +53,8 @@ public sealed partial class IcuCollationTokenFilter : ITokenFilter
5353 [ JsonInclude , JsonPropertyName ( "type" ) ]
5454 public string Type => "icu_collation" ;
5555
56- [ JsonInclude , JsonPropertyName ( "variableTop " ) ]
57- public string ? Variabletop { get ; set ; }
56+ [ JsonInclude , JsonPropertyName ( "variable_top " ) ]
57+ public string ? VariableTop { get ; set ; }
5858 [ JsonInclude , JsonPropertyName ( "variant" ) ]
5959 public string ? Variant { get ; set ; }
6060 [ JsonInclude , JsonPropertyName ( "version" ) ]
@@ -70,16 +70,16 @@ public IcuCollationTokenFilterDescriptor() : base()
7070 }
7171
7272 private Elastic . Clients . Elasticsearch . Serverless . Analysis . IcuCollationAlternate ? AlternateValue { get ; set ; }
73- private Elastic . Clients . Elasticsearch . Serverless . Analysis . IcuCollationCaseFirst ? CasefirstValue { get ; set ; }
74- private bool ? CaselevelValue { get ; set ; }
73+ private Elastic . Clients . Elasticsearch . Serverless . Analysis . IcuCollationCaseFirst ? CaseFirstValue { get ; set ; }
74+ private bool ? CaseLevelValue { get ; set ; }
7575 private string ? CountryValue { get ; set ; }
7676 private Elastic . Clients . Elasticsearch . Serverless . Analysis . IcuCollationDecomposition ? DecompositionValue { get ; set ; }
77- private bool ? HiraganaquaternarymodeValue { get ; set ; }
77+ private bool ? HiraganaQuaternaryModeValue { get ; set ; }
7878 private string ? LanguageValue { get ; set ; }
7979 private bool ? NumericValue { get ; set ; }
8080 private string ? RulesValue { get ; set ; }
8181 private Elastic . Clients . Elasticsearch . Serverless . Analysis . IcuCollationStrength ? StrengthValue { get ; set ; }
82- private string ? VariabletopValue { get ; set ; }
82+ private string ? VariableTopValue { get ; set ; }
8383 private string ? VariantValue { get ; set ; }
8484 private string ? VersionValue { get ; set ; }
8585
@@ -89,15 +89,15 @@ public IcuCollationTokenFilterDescriptor Alternate(Elastic.Clients.Elasticsearch
8989 return Self ;
9090 }
9191
92- public IcuCollationTokenFilterDescriptor Casefirst ( Elastic . Clients . Elasticsearch . Serverless . Analysis . IcuCollationCaseFirst ? casefirst )
92+ public IcuCollationTokenFilterDescriptor CaseFirst ( Elastic . Clients . Elasticsearch . Serverless . Analysis . IcuCollationCaseFirst ? caseFirst )
9393 {
94- CasefirstValue = casefirst ;
94+ CaseFirstValue = caseFirst ;
9595 return Self ;
9696 }
9797
98- public IcuCollationTokenFilterDescriptor Caselevel ( bool ? caselevel = true )
98+ public IcuCollationTokenFilterDescriptor CaseLevel ( bool ? caseLevel = true )
9999 {
100- CaselevelValue = caselevel ;
100+ CaseLevelValue = caseLevel ;
101101 return Self ;
102102 }
103103
@@ -113,9 +113,9 @@ public IcuCollationTokenFilterDescriptor Decomposition(Elastic.Clients.Elasticse
113113 return Self ;
114114 }
115115
116- public IcuCollationTokenFilterDescriptor Hiraganaquaternarymode ( bool ? hiraganaquaternarymode = true )
116+ public IcuCollationTokenFilterDescriptor HiraganaQuaternaryMode ( bool ? hiraganaQuaternaryMode = true )
117117 {
118- HiraganaquaternarymodeValue = hiraganaquaternarymode ;
118+ HiraganaQuaternaryModeValue = hiraganaQuaternaryMode ;
119119 return Self ;
120120 }
121121
@@ -143,9 +143,9 @@ public IcuCollationTokenFilterDescriptor Strength(Elastic.Clients.Elasticsearch.
143143 return Self ;
144144 }
145145
146- public IcuCollationTokenFilterDescriptor Variabletop ( string ? variabletop )
146+ public IcuCollationTokenFilterDescriptor VariableTop ( string ? variableTop )
147147 {
148- VariabletopValue = variabletop ;
148+ VariableTopValue = variableTop ;
149149 return Self ;
150150 }
151151
@@ -170,16 +170,16 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o
170170 JsonSerializer . Serialize ( writer , AlternateValue , options ) ;
171171 }
172172
173- if ( CasefirstValue is not null )
173+ if ( CaseFirstValue is not null )
174174 {
175- writer . WritePropertyName ( "caseFirst " ) ;
176- JsonSerializer . Serialize ( writer , CasefirstValue , options ) ;
175+ writer . WritePropertyName ( "case_first " ) ;
176+ JsonSerializer . Serialize ( writer , CaseFirstValue , options ) ;
177177 }
178178
179- if ( CaselevelValue . HasValue )
179+ if ( CaseLevelValue . HasValue )
180180 {
181- writer . WritePropertyName ( "caseLevel " ) ;
182- writer . WriteBooleanValue ( CaselevelValue . Value ) ;
181+ writer . WritePropertyName ( "case_level " ) ;
182+ writer . WriteBooleanValue ( CaseLevelValue . Value ) ;
183183 }
184184
185185 if ( ! string . IsNullOrEmpty ( CountryValue ) )
@@ -194,10 +194,10 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o
194194 JsonSerializer . Serialize ( writer , DecompositionValue , options ) ;
195195 }
196196
197- if ( HiraganaquaternarymodeValue . HasValue )
197+ if ( HiraganaQuaternaryModeValue . HasValue )
198198 {
199- writer . WritePropertyName ( "hiraganaQuaternaryMode " ) ;
200- writer . WriteBooleanValue ( HiraganaquaternarymodeValue . Value ) ;
199+ writer . WritePropertyName ( "hiragana_quaternary_mode " ) ;
200+ writer . WriteBooleanValue ( HiraganaQuaternaryModeValue . Value ) ;
201201 }
202202
203203 if ( ! string . IsNullOrEmpty ( LanguageValue ) )
@@ -226,10 +226,10 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o
226226
227227 writer . WritePropertyName ( "type" ) ;
228228 writer . WriteStringValue ( "icu_collation" ) ;
229- if ( ! string . IsNullOrEmpty ( VariabletopValue ) )
229+ if ( ! string . IsNullOrEmpty ( VariableTopValue ) )
230230 {
231- writer . WritePropertyName ( "variableTop " ) ;
232- writer . WriteStringValue ( VariabletopValue ) ;
231+ writer . WritePropertyName ( "variable_top " ) ;
232+ writer . WriteStringValue ( VariableTopValue ) ;
233233 }
234234
235235 if ( ! string . IsNullOrEmpty ( VariantValue ) )
@@ -250,16 +250,16 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o
250250 IcuCollationTokenFilter IBuildableDescriptor < IcuCollationTokenFilter > . Build ( ) => new ( )
251251 {
252252 Alternate = AlternateValue ,
253- Casefirst = CasefirstValue ,
254- Caselevel = CaselevelValue ,
253+ CaseFirst = CaseFirstValue ,
254+ CaseLevel = CaseLevelValue ,
255255 Country = CountryValue ,
256256 Decomposition = DecompositionValue ,
257- Hiraganaquaternarymode = HiraganaquaternarymodeValue ,
257+ HiraganaQuaternaryMode = HiraganaQuaternaryModeValue ,
258258 Language = LanguageValue ,
259259 Numeric = NumericValue ,
260260 Rules = RulesValue ,
261261 Strength = StrengthValue ,
262- Variabletop = VariabletopValue ,
262+ VariableTop = VariableTopValue ,
263263 Variant = VariantValue ,
264264 Version = VersionValue
265265 } ;
0 commit comments