Skip to content

Commit 4a5c9e8

Browse files
Update specification output
1 parent 2bb4d0c commit 4a5c9e8

File tree

3 files changed

+34
-14
lines changed

3 files changed

+34
-14
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63779,6 +63779,10 @@
6377963779
"script": {
6378063780
"$ref": "#/components/schemas/_types:Script"
6378163781
},
63782+
"shard_min_doc_count": {
63783+
"description": "Regulates the certainty a shard has if the term should actually be added to the candidate list or not with respect to the `min_doc_count`.\nTerms will only be considered if their local shard frequency within the set is higher than the `shard_min_doc_count`.",
63784+
"type": "number"
63785+
},
6378263786
"shard_size": {
6378363787
"description": "The number of candidate terms produced by each shard.\nBy default, `shard_size` will be automatically estimated based on the number of shards and the `size` parameter.",
6378463788
"type": "number"

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema-serverless.json

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -60824,7 +60824,7 @@
6082460824
}
6082560825
}
6082660826
],
60827-
"specLocation": "_types/aggregations/bucket.ts#L1040-L1104"
60827+
"specLocation": "_types/aggregations/bucket.ts#L1045-L1109"
6082860828
},
6082960829
{
6083060830
"codegenNames": [
@@ -60836,7 +60836,7 @@
6083660836
"name": "CategorizeTextAnalyzer",
6083760837
"namespace": "_types.aggregations"
6083860838
},
60839-
"specLocation": "_types/aggregations/bucket.ts#L1106-L1109",
60839+
"specLocation": "_types/aggregations/bucket.ts#L1111-L1114",
6084060840
"type": {
6084160841
"items": [
6084260842
{
@@ -60904,7 +60904,7 @@
6090460904
}
6090560905
}
6090660906
],
60907-
"specLocation": "_types/aggregations/bucket.ts#L1111-L1115"
60907+
"specLocation": "_types/aggregations/bucket.ts#L1116-L1120"
6090860908
},
6090960909
{
6091060910
"inherits": {
@@ -61778,7 +61778,7 @@
6177861778
"name": "AggregateOrder",
6177961779
"namespace": "_types.aggregations"
6178061780
},
61781-
"specLocation": "_types/aggregations/bucket.ts#L978-L980",
61781+
"specLocation": "_types/aggregations/bucket.ts#L983-L985",
6178261782
"type": {
6178361783
"items": [
6178461784
{
@@ -62238,7 +62238,7 @@
6223862238
}
6223962239
}
6224062240
],
62241-
"specLocation": "_types/aggregations/bucket.ts#L1162-L1186"
62241+
"specLocation": "_types/aggregations/bucket.ts#L1167-L1191"
6224262242
},
6224362243
{
6224462244
"kind": "interface",
@@ -62283,7 +62283,7 @@
6228362283
}
6228462284
}
6228562285
],
62286-
"specLocation": "_types/aggregations/bucket.ts#L1148-L1160"
62286+
"specLocation": "_types/aggregations/bucket.ts#L1153-L1165"
6228762287
},
6228862288
{
6228962289
"codegenNames": [
@@ -62295,7 +62295,7 @@
6229562295
"name": "TermsExclude",
6229662296
"namespace": "_types.aggregations"
6229762297
},
62298-
"specLocation": "_types/aggregations/bucket.ts#L1003-L1004",
62298+
"specLocation": "_types/aggregations/bucket.ts#L1008-L1009",
6229962299
"type": {
6230062300
"items": [
6230162301
{
@@ -62330,7 +62330,7 @@
6233062330
"name": "TermsInclude",
6233162331
"namespace": "_types.aggregations"
6233262332
},
62333-
"specLocation": "_types/aggregations/bucket.ts#L1000-L1001",
62333+
"specLocation": "_types/aggregations/bucket.ts#L1005-L1006",
6233462334
"type": {
6233562335
"items": [
6233662336
{
@@ -62393,7 +62393,7 @@
6239362393
}
6239462394
}
6239562395
],
62396-
"specLocation": "_types/aggregations/bucket.ts#L1006-L1015"
62396+
"specLocation": "_types/aggregations/bucket.ts#L1011-L1020"
6239762397
},
6239862398
{
6239962399
"inherits": {
@@ -63495,7 +63495,7 @@
6349563495
}
6349663496
}
6349763497
],
63498-
"specLocation": "_types/aggregations/bucket.ts#L1117-L1146"
63498+
"specLocation": "_types/aggregations/bucket.ts#L1122-L1151"
6349963499
},
6350063500
{
6350163501
"inherits": {
@@ -64566,7 +64566,7 @@
6456664566
"name": "TermsAggregationCollectMode",
6456764567
"namespace": "_types.aggregations"
6456864568
},
64569-
"specLocation": "_types/aggregations/bucket.ts#L982-L991"
64569+
"specLocation": "_types/aggregations/bucket.ts#L987-L996"
6457064570
},
6457164571
{
6457264572
"kind": "interface",
@@ -65612,7 +65612,7 @@
6561265612
"name": "TermsAggregationExecutionHint",
6561365613
"namespace": "_types.aggregations"
6561465614
},
65615-
"specLocation": "_types/aggregations/bucket.ts#L993-L998"
65615+
"specLocation": "_types/aggregations/bucket.ts#L998-L1003"
6561665616
},
6561765617
{
6561865618
"kind": "interface",
@@ -66165,6 +66165,18 @@
6616566165
}
6616666166
}
6616766167
},
66168+
{
66169+
"description": "Regulates the certainty a shard has if the term should actually be added to the candidate list or not with respect to the `min_doc_count`.\nTerms will only be considered if their local shard frequency within the set is higher than the `shard_min_doc_count`.",
66170+
"name": "shard_min_doc_count",
66171+
"required": false,
66172+
"type": {
66173+
"kind": "instance_of",
66174+
"type": {
66175+
"name": "long",
66176+
"namespace": "_types"
66177+
}
66178+
}
66179+
},
6616866180
{
6616966181
"description": "The number of candidate terms produced by each shard.\nBy default, `shard_size` will be automatically estimated based on the number of shards and the `size` parameter.",
6617066182
"name": "shard_size",
@@ -66214,7 +66226,7 @@
6621466226
}
6621566227
}
6621666228
],
66217-
"specLocation": "_types/aggregations/bucket.ts#L912-L972"
66229+
"specLocation": "_types/aggregations/bucket.ts#L912-L977"
6621866230
},
6621966231
{
6622066232
"inherits": {
@@ -66838,7 +66850,7 @@
6683866850
}
6683966851
}
6684066852
],
66841-
"specLocation": "_types/aggregations/bucket.ts#L1017-L1038"
66853+
"specLocation": "_types/aggregations/bucket.ts#L1022-L1043"
6684266854
},
6684366855
{
6684466856
"kind": "interface",

0 commit comments

Comments
 (0)