@@ -42,10 +42,10 @@ public override Elastic.Clients.Elasticsearch.QueryDsl.NumberRangeQuery Read(ref
42
42
reader . Read ( ) ;
43
43
reader . ValidateToken ( System . Text . Json . JsonTokenType . StartObject ) ;
44
44
LocalJsonValue < float ? > propBoost = default ;
45
- LocalJsonValue < double ? > propGt = default ;
46
- LocalJsonValue < double ? > propGte = default ;
47
- LocalJsonValue < double ? > propLt = default ;
48
- LocalJsonValue < double ? > propLte = default ;
45
+ LocalJsonValue < Elastic . Clients . Elasticsearch . Number ? > propGt = default ;
46
+ LocalJsonValue < Elastic . Clients . Elasticsearch . Number ? > propGte = default ;
47
+ LocalJsonValue < Elastic . Clients . Elasticsearch . Number ? > propLt = default ;
48
+ LocalJsonValue < Elastic . Clients . Elasticsearch . Number ? > propLte = default ;
49
49
LocalJsonValue < string ? > propQueryName = default ;
50
50
LocalJsonValue < Elastic . Clients . Elasticsearch . QueryDsl . RangeRelation ? > propRelation = default ;
51
51
while ( reader . Read ( ) && reader . TokenType is System . Text . Json . JsonTokenType . PropertyName )
@@ -166,28 +166,28 @@ internal NumberRangeQuery(Elastic.Clients.Elasticsearch.Serialization.JsonConstr
166
166
/// Greater than.
167
167
/// </para>
168
168
/// </summary>
169
- public double ? Gt { get ; set ; }
169
+ public Elastic . Clients . Elasticsearch . Number ? Gt { get ; set ; }
170
170
171
171
/// <summary>
172
172
/// <para>
173
173
/// Greater than or equal to.
174
174
/// </para>
175
175
/// </summary>
176
- public double ? Gte { get ; set ; }
176
+ public Elastic . Clients . Elasticsearch . Number ? Gte { get ; set ; }
177
177
178
178
/// <summary>
179
179
/// <para>
180
180
/// Less than.
181
181
/// </para>
182
182
/// </summary>
183
- public double ? Lt { get ; set ; }
183
+ public Elastic . Clients . Elasticsearch . Number ? Lt { get ; set ; }
184
184
185
185
/// <summary>
186
186
/// <para>
187
187
/// Less than or equal to.
188
188
/// </para>
189
189
/// </summary>
190
- public double ? Lte { get ; set ; }
190
+ public Elastic . Clients . Elasticsearch . Number ? Lte { get ; set ; }
191
191
public string ? QueryName { get ; set ; }
192
192
193
193
/// <summary>
@@ -250,7 +250,7 @@ public Elastic.Clients.Elasticsearch.QueryDsl.NumberRangeQueryDescriptor<TDocume
250
250
/// Greater than.
251
251
/// </para>
252
252
/// </summary>
253
- public Elastic . Clients . Elasticsearch . QueryDsl . NumberRangeQueryDescriptor < TDocument > Gt ( double ? value )
253
+ public Elastic . Clients . Elasticsearch . QueryDsl . NumberRangeQueryDescriptor < TDocument > Gt ( Elastic . Clients . Elasticsearch . Number ? value )
254
254
{
255
255
Instance . Gt = value ;
256
256
return this ;
@@ -261,7 +261,7 @@ public Elastic.Clients.Elasticsearch.QueryDsl.NumberRangeQueryDescriptor<TDocume
261
261
/// Greater than or equal to.
262
262
/// </para>
263
263
/// </summary>
264
- public Elastic . Clients . Elasticsearch . QueryDsl . NumberRangeQueryDescriptor < TDocument > Gte ( double ? value )
264
+ public Elastic . Clients . Elasticsearch . QueryDsl . NumberRangeQueryDescriptor < TDocument > Gte ( Elastic . Clients . Elasticsearch . Number ? value )
265
265
{
266
266
Instance . Gte = value ;
267
267
return this ;
@@ -272,7 +272,7 @@ public Elastic.Clients.Elasticsearch.QueryDsl.NumberRangeQueryDescriptor<TDocume
272
272
/// Less than.
273
273
/// </para>
274
274
/// </summary>
275
- public Elastic . Clients . Elasticsearch . QueryDsl . NumberRangeQueryDescriptor < TDocument > Lt ( double ? value )
275
+ public Elastic . Clients . Elasticsearch . QueryDsl . NumberRangeQueryDescriptor < TDocument > Lt ( Elastic . Clients . Elasticsearch . Number ? value )
276
276
{
277
277
Instance . Lt = value ;
278
278
return this ;
@@ -283,7 +283,7 @@ public Elastic.Clients.Elasticsearch.QueryDsl.NumberRangeQueryDescriptor<TDocume
283
283
/// Less than or equal to.
284
284
/// </para>
285
285
/// </summary>
286
- public Elastic . Clients . Elasticsearch . QueryDsl . NumberRangeQueryDescriptor < TDocument > Lte ( double ? value )
286
+ public Elastic . Clients . Elasticsearch . QueryDsl . NumberRangeQueryDescriptor < TDocument > Lte ( Elastic . Clients . Elasticsearch . Number ? value )
287
287
{
288
288
Instance . Lte = value ;
289
289
return this ;
@@ -365,7 +365,7 @@ public Elastic.Clients.Elasticsearch.QueryDsl.NumberRangeQueryDescriptor Field<T
365
365
/// Greater than.
366
366
/// </para>
367
367
/// </summary>
368
- public Elastic . Clients . Elasticsearch . QueryDsl . NumberRangeQueryDescriptor Gt ( double ? value )
368
+ public Elastic . Clients . Elasticsearch . QueryDsl . NumberRangeQueryDescriptor Gt ( Elastic . Clients . Elasticsearch . Number ? value )
369
369
{
370
370
Instance . Gt = value ;
371
371
return this ;
@@ -376,7 +376,7 @@ public Elastic.Clients.Elasticsearch.QueryDsl.NumberRangeQueryDescriptor Gt(doub
376
376
/// Greater than or equal to.
377
377
/// </para>
378
378
/// </summary>
379
- public Elastic . Clients . Elasticsearch . QueryDsl . NumberRangeQueryDescriptor Gte ( double ? value )
379
+ public Elastic . Clients . Elasticsearch . QueryDsl . NumberRangeQueryDescriptor Gte ( Elastic . Clients . Elasticsearch . Number ? value )
380
380
{
381
381
Instance . Gte = value ;
382
382
return this ;
@@ -387,7 +387,7 @@ public Elastic.Clients.Elasticsearch.QueryDsl.NumberRangeQueryDescriptor Gte(dou
387
387
/// Less than.
388
388
/// </para>
389
389
/// </summary>
390
- public Elastic . Clients . Elasticsearch . QueryDsl . NumberRangeQueryDescriptor Lt ( double ? value )
390
+ public Elastic . Clients . Elasticsearch . QueryDsl . NumberRangeQueryDescriptor Lt ( Elastic . Clients . Elasticsearch . Number ? value )
391
391
{
392
392
Instance . Lt = value ;
393
393
return this ;
@@ -398,7 +398,7 @@ public Elastic.Clients.Elasticsearch.QueryDsl.NumberRangeQueryDescriptor Lt(doub
398
398
/// Less than or equal to.
399
399
/// </para>
400
400
/// </summary>
401
- public Elastic . Clients . Elasticsearch . QueryDsl . NumberRangeQueryDescriptor Lte ( double ? value )
401
+ public Elastic . Clients . Elasticsearch . QueryDsl . NumberRangeQueryDescriptor Lte ( Elastic . Clients . Elasticsearch . Number ? value )
402
402
{
403
403
Instance . Lte = value ;
404
404
return this ;
0 commit comments