57566
57566
},
57567
57567
"_types.query_dsl:DistanceFeatureQuery": {
57568
57568
"oneOf": [
57569
+ {
57570
+ "$ref": "#/components/schemas/_types.query_dsl:UntypedDistanceFeatureQuery"
57571
+ },
57569
57572
{
57570
57573
"$ref": "#/components/schemas/_types.query_dsl:GeoDistanceFeatureQuery"
57571
57574
},
57574
57577
}
57575
57578
]
57576
57579
},
57580
+ "_types.query_dsl:UntypedDistanceFeatureQuery": {
57581
+ "allOf": [
57582
+ {
57583
+ "$ref": "#/components/schemas/_types.query_dsl:DistanceFeatureQueryBase"
57584
+ },
57585
+ {
57586
+ "type": "object"
57587
+ }
57588
+ ]
57589
+ },
57590
+ "_types.query_dsl:DistanceFeatureQueryBase": {
57591
+ "allOf": [
57592
+ {
57593
+ "$ref": "#/components/schemas/_types.query_dsl:QueryBase"
57594
+ },
57595
+ {
57596
+ "type": "object",
57597
+ "properties": {
57598
+ "origin": {
57599
+ "description": "Date or point of origin used to calculate distances.\nIf the `field` value is a `date` or `date_nanos` field, the `origin` value must be a date.\nDate Math, such as `now-1h`, is supported.\nIf the field value is a `geo_point` field, the `origin` value must be a geopoint.",
57600
+ "type": "object"
57601
+ },
57602
+ "pivot": {
57603
+ "description": "Distance from the `origin` at which relevance scores receive half of the `boost` value.\nIf the `field` value is a `date` or `date_nanos` field, the `pivot` value must be a time unit, such as `1h` or `10d`. If the `field` value is a `geo_point` field, the `pivot` value must be a distance unit, such as `1km` or `12m`.",
57604
+ "type": "object"
57605
+ },
57606
+ "field": {
57607
+ "$ref": "#/components/schemas/_types:Field"
57608
+ }
57609
+ },
57610
+ "required": [
57611
+ "origin",
57612
+ "pivot",
57613
+ "field"
57614
+ ]
57615
+ }
57616
+ ]
57617
+ },
57577
57618
"_types.query_dsl:GeoDistanceFeatureQuery": {
57578
57619
"allOf": [
57579
57620
{
57759
57800
},
57760
57801
"_types.query_dsl:DecayFunction": {
57761
57802
"oneOf": [
57803
+ {
57804
+ "$ref": "#/components/schemas/_types.query_dsl:UntypedDecayFunction"
57805
+ },
57762
57806
{
57763
57807
"$ref": "#/components/schemas/_types.query_dsl:DateDecayFunction"
57764
57808
},
@@ -57770,17 +57814,17 @@
57770
57814
}
57771
57815
]
57772
57816
},
57773
- "_types.query_dsl:DateDecayFunction ": {
57817
+ "_types.query_dsl:UntypedDecayFunction ": {
57774
57818
"allOf": [
57775
57819
{
57776
- "$ref": "#/components/schemas/_types.query_dsl:DecayFunctionBase "
57820
+ "$ref": "#/components/schemas/_types.query_dsl:DecayFunctionBaseField "
57777
57821
},
57778
57822
{
57779
57823
"type": "object"
57780
57824
}
57781
57825
]
57782
57826
},
57783
- "_types.query_dsl:DecayFunctionBase ": {
57827
+ "_types.query_dsl:DecayFunctionBaseField ": {
57784
57828
"type": "object",
57785
57829
"properties": {
57786
57830
"multi_value_mode": {
@@ -57797,26 +57841,60 @@
57797
57841
"sum"
57798
57842
]
57799
57843
},
57844
+ "_types.query_dsl:DateDecayFunction": {
57845
+ "allOf": [
57846
+ {
57847
+ "$ref": "#/components/schemas/_types.query_dsl:DecayFunctionBaseFieldDecayPlacementDateMathDuration"
57848
+ },
57849
+ {
57850
+ "type": "object"
57851
+ }
57852
+ ]
57853
+ },
57854
+ "_types.query_dsl:DecayFunctionBaseFieldDecayPlacementDateMathDuration": {
57855
+ "type": "object",
57856
+ "properties": {
57857
+ "multi_value_mode": {
57858
+ "$ref": "#/components/schemas/_types.query_dsl:MultiValueMode"
57859
+ }
57860
+ }
57861
+ },
57800
57862
"_types.query_dsl:NumericDecayFunction": {
57801
57863
"allOf": [
57802
57864
{
57803
- "$ref": "#/components/schemas/_types.query_dsl:DecayFunctionBase "
57865
+ "$ref": "#/components/schemas/_types.query_dsl:DecayFunctionBaseFieldDecayPlacementdoubledouble "
57804
57866
},
57805
57867
{
57806
57868
"type": "object"
57807
57869
}
57808
57870
]
57809
57871
},
57872
+ "_types.query_dsl:DecayFunctionBaseFieldDecayPlacementdoubledouble": {
57873
+ "type": "object",
57874
+ "properties": {
57875
+ "multi_value_mode": {
57876
+ "$ref": "#/components/schemas/_types.query_dsl:MultiValueMode"
57877
+ }
57878
+ }
57879
+ },
57810
57880
"_types.query_dsl:GeoDecayFunction": {
57811
57881
"allOf": [
57812
57882
{
57813
- "$ref": "#/components/schemas/_types.query_dsl:DecayFunctionBase "
57883
+ "$ref": "#/components/schemas/_types.query_dsl:DecayFunctionBaseFieldDecayPlacementGeoLocationDistance "
57814
57884
},
57815
57885
{
57816
57886
"type": "object"
57817
57887
}
57818
57888
]
57819
57889
},
57890
+ "_types.query_dsl:DecayFunctionBaseFieldDecayPlacementGeoLocationDistance": {
57891
+ "type": "object",
57892
+ "properties": {
57893
+ "multi_value_mode": {
57894
+ "$ref": "#/components/schemas/_types.query_dsl:MultiValueMode"
57895
+ }
57896
+ }
57897
+ },
57820
57898
"_types.query_dsl:FieldValueFactorScoreFunction": {
57821
57899
"type": "object",
57822
57900
"properties": {
@@ -60357,41 +60435,75 @@
60357
60435
},
60358
60436
"_types.query_dsl:RangeQuery": {
60359
60437
"oneOf": [
60438
+ {
60439
+ "$ref": "#/components/schemas/_types.query_dsl:UntypedRangeQuery"
60440
+ },
60360
60441
{
60361
60442
"$ref": "#/components/schemas/_types.query_dsl:DateRangeQuery"
60362
60443
},
60363
60444
{
60364
60445
"$ref": "#/components/schemas/_types.query_dsl:NumberRangeQuery"
60365
60446
},
60366
60447
{
60367
- "$ref": "#/components/schemas/_types.query_dsl:TermsRangeQuery "
60448
+ "$ref": "#/components/schemas/_types.query_dsl:TermRangeQuery "
60368
60449
}
60369
60450
]
60370
60451
},
60371
- "_types.query_dsl:DateRangeQuery ": {
60452
+ "_types.query_dsl:UntypedRangeQuery ": {
60372
60453
"allOf": [
60373
60454
{
60374
60455
"$ref": "#/components/schemas/_types.query_dsl:RangeQueryBase"
60375
60456
},
60376
60457
{
60377
60458
"type": "object",
60378
60459
"properties": {
60460
+ "format": {
60461
+ "$ref": "#/components/schemas/_types:DateFormat"
60462
+ },
60463
+ "time_zone": {
60464
+ "$ref": "#/components/schemas/_types:TimeZone"
60465
+ }
60466
+ }
60467
+ }
60468
+ ]
60469
+ },
60470
+ "_types:DateFormat": {
60471
+ "externalDocs": {
60472
+ "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-date-format.html"
60473
+ },
60474
+ "type": "string"
60475
+ },
60476
+ "_types.query_dsl:RangeQueryBase": {
60477
+ "allOf": [
60478
+ {
60479
+ "$ref": "#/components/schemas/_types.query_dsl:QueryBase"
60480
+ },
60481
+ {
60482
+ "type": "object",
60483
+ "properties": {
60484
+ "relation": {
60485
+ "$ref": "#/components/schemas/_types.query_dsl:RangeRelation"
60486
+ },
60379
60487
"gt": {
60380
- "$ref": "#/components/schemas/_types:DateMath"
60488
+ "description": "Greater than.",
60489
+ "type": "object"
60381
60490
},
60382
60491
"gte": {
60383
- "$ref": "#/components/schemas/_types:DateMath"
60492
+ "description": "Greater than or equal to.",
60493
+ "type": "object"
60384
60494
},
60385
60495
"lt": {
60386
- "$ref": "#/components/schemas/_types:DateMath"
60496
+ "description": "Less than.",
60497
+ "type": "object"
60387
60498
},
60388
60499
"lte": {
60389
- "$ref": "#/components/schemas/_types:DateMath"
60500
+ "description": "Less than or equal to.",
60501
+ "type": "object"
60390
60502
},
60391
60503
"from": {
60392
60504
"oneOf": [
60393
60505
{
60394
- "$ref ": "#/components/schemas/_types:DateMath "
60506
+ "type ": "object "
60395
60507
},
60396
60508
{
60397
60509
"nullable": true,
@@ -60402,14 +60514,34 @@
60402
60514
"to": {
60403
60515
"oneOf": [
60404
60516
{
60405
- "$ref ": "#/components/schemas/_types:DateMath "
60517
+ "type ": "object "
60406
60518
},
60407
60519
{
60408
60520
"nullable": true,
60409
60521
"type": "string"
60410
60522
}
60411
60523
]
60412
- },
60524
+ }
60525
+ }
60526
+ }
60527
+ ]
60528
+ },
60529
+ "_types.query_dsl:RangeRelation": {
60530
+ "type": "string",
60531
+ "enum": [
60532
+ "within",
60533
+ "contains",
60534
+ "intersects"
60535
+ ]
60536
+ },
60537
+ "_types.query_dsl:DateRangeQuery": {
60538
+ "allOf": [
60539
+ {
60540
+ "$ref": "#/components/schemas/_types.query_dsl:RangeQueryBaseDateMath"
60541
+ },
60542
+ {
60543
+ "type": "object",
60544
+ "properties": {
60413
60545
"format": {
60414
60546
"$ref": "#/components/schemas/_types:DateFormat"
60415
60547
},
60420
60552
}
60421
60553
]
60422
60554
},
60423
- "_types:DateFormat": {
60424
- "externalDocs": {
60425
- "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-date-format.html"
60426
- },
60427
- "type": "string"
60428
- },
60429
- "_types.query_dsl:RangeQueryBase": {
60555
+ "_types.query_dsl:RangeQueryBaseDateMath": {
60430
60556
"allOf": [
60431
60557
{
60432
60558
"$ref": "#/components/schemas/_types.query_dsl:QueryBase"
@@ -60436,27 +60562,66 @@
60436
60562
"properties": {
60437
60563
"relation": {
60438
60564
"$ref": "#/components/schemas/_types.query_dsl:RangeRelation"
60565
+ },
60566
+ "gt": {
60567
+ "$ref": "#/components/schemas/_types:DateMath"
60568
+ },
60569
+ "gte": {
60570
+ "$ref": "#/components/schemas/_types:DateMath"
60571
+ },
60572
+ "lt": {
60573
+ "$ref": "#/components/schemas/_types:DateMath"
60574
+ },
60575
+ "lte": {
60576
+ "$ref": "#/components/schemas/_types:DateMath"
60577
+ },
60578
+ "from": {
60579
+ "oneOf": [
60580
+ {
60581
+ "$ref": "#/components/schemas/_types:DateMath"
60582
+ },
60583
+ {
60584
+ "nullable": true,
60585
+ "type": "string"
60586
+ }
60587
+ ]
60588
+ },
60589
+ "to": {
60590
+ "oneOf": [
60591
+ {
60592
+ "$ref": "#/components/schemas/_types:DateMath"
60593
+ },
60594
+ {
60595
+ "nullable": true,
60596
+ "type": "string"
60597
+ }
60598
+ ]
60439
60599
}
60440
60600
}
60441
60601
}
60442
60602
]
60443
60603
},
60444
- "_types.query_dsl:RangeRelation": {
60445
- "type": "string",
60446
- "enum": [
60447
- "within",
60448
- "contains",
60449
- "intersects"
60604
+ "_types.query_dsl:NumberRangeQuery": {
60605
+ "allOf": [
60606
+ {
60607
+ "$ref": "#/components/schemas/_types.query_dsl:RangeQueryBasedouble"
60608
+ },
60609
+ {
60610
+ "type": "object"
60611
+ }
60450
60612
]
60451
60613
},
60452
- "_types.query_dsl:NumberRangeQuery ": {
60614
+ "_types.query_dsl:RangeQueryBasedouble ": {
60453
60615
"allOf": [
60454
60616
{
60455
- "$ref": "#/components/schemas/_types.query_dsl:RangeQueryBase "
60617
+ "$ref": "#/components/schemas/_types.query_dsl:QueryBase "
60456
60618
},
60457
60619
{
60458
60620
"type": "object",
60459
60621
"properties": {
60622
+ "relation": {
60623
+ "$ref": "#/components/schemas/_types.query_dsl:RangeRelation"
60624
+ },
60460
60625
"gt": {
60461
60626
"description": "Greater than.",
60462
60627
"type": "number"
@@ -60499,14 +60664,27 @@
60499
60664
}
60500
60665
]
60501
60666
},
60502
- "_types.query_dsl:TermsRangeQuery ": {
60667
+ "_types.query_dsl:TermRangeQuery ": {
60503
60668
"allOf": [
60504
60669
{
60505
- "$ref": "#/components/schemas/_types.query_dsl:RangeQueryBase"
60670
+ "$ref": "#/components/schemas/_types.query_dsl:RangeQueryBasestring"
60671
+ },
60672
+ {
60673
+ "type": "object"
60674
+ }
60675
+ ]
60676
+ },
60677
+ "_types.query_dsl:RangeQueryBasestring": {
60678
+ "allOf": [
60679
+ {
60680
+ "$ref": "#/components/schemas/_types.query_dsl:QueryBase"
60506
60681
},
60507
60682
{
60508
60683
"type": "object",
60509
60684
"properties": {
60685
+ "relation": {
60686
+ "$ref": "#/components/schemas/_types.query_dsl:RangeRelation"
60687
+ },
60510
60688
"gt": {
60511
60689
"description": "Greater than.",
60512
60690
"type": "string"
0 commit comments