Skip to content

Commit

Permalink
Release 8.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Jun 21, 2024
1 parent 8f9468e commit 2065a13
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elastic/request-converter",
"version": "8.14.1",
"version": "8.14.2",
"description": "Elasticsearch request converter",
"author": "Miguel Grinberg",
"license": "Apache-2.0",
Expand Down
42 changes: 27 additions & 15 deletions src/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -50459,7 +50459,7 @@
"name": "AggregateOrder",
"namespace": "_types.aggregations"
},
"specLocation": "_types/aggregations/bucket.ts#L978-L980",
"specLocation": "_types/aggregations/bucket.ts#L983-L985",
"type": {
"items": [
{
Expand Down Expand Up @@ -52702,7 +52702,7 @@
},
{
"aliases": [
"1Y"
"1y"
],
"name": "year"
}
Expand Down Expand Up @@ -52965,7 +52965,7 @@
}
}
],
"specLocation": "_types/aggregations/bucket.ts#L1040-L1104"
"specLocation": "_types/aggregations/bucket.ts#L1045-L1109"
},
{
"codegenNames": [
Expand All @@ -52977,7 +52977,7 @@
"name": "CategorizeTextAnalyzer",
"namespace": "_types.aggregations"
},
"specLocation": "_types/aggregations/bucket.ts#L1106-L1109",
"specLocation": "_types/aggregations/bucket.ts#L1111-L1114",
"type": {
"items": [
{
Expand Down Expand Up @@ -53645,7 +53645,7 @@
}
}
],
"specLocation": "_types/aggregations/bucket.ts#L1111-L1115"
"specLocation": "_types/aggregations/bucket.ts#L1116-L1120"
},
{
"inherits": {
Expand Down Expand Up @@ -55042,7 +55042,7 @@
}
}
],
"specLocation": "_types/aggregations/bucket.ts#L1162-L1186"
"specLocation": "_types/aggregations/bucket.ts#L1167-L1191"
},
{
"attachedBehaviors": [
Expand Down Expand Up @@ -55142,7 +55142,7 @@
}
}
],
"specLocation": "_types/aggregations/bucket.ts#L1148-L1160"
"specLocation": "_types/aggregations/bucket.ts#L1153-L1165"
},
{
"kind": "enum",
Expand Down Expand Up @@ -56898,7 +56898,7 @@
}
}
],
"specLocation": "_types/aggregations/bucket.ts#L1117-L1146"
"specLocation": "_types/aggregations/bucket.ts#L1122-L1151"
},
{
"attachedBehaviors": [
Expand Down Expand Up @@ -61604,6 +61604,18 @@
}
}
},
{
"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`.",
"name": "shard_min_doc_count",
"required": false,
"type": {
"kind": "instance_of",
"type": {
"name": "long",
"namespace": "_types"
}
}
},
{
"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.",
"name": "shard_size",
Expand Down Expand Up @@ -61653,7 +61665,7 @@
}
}
],
"specLocation": "_types/aggregations/bucket.ts#L912-L972"
"specLocation": "_types/aggregations/bucket.ts#L912-L977"
},
{
"kind": "enum",
Expand All @@ -61671,7 +61683,7 @@
"name": "TermsAggregationCollectMode",
"namespace": "_types.aggregations"
},
"specLocation": "_types/aggregations/bucket.ts#L982-L991"
"specLocation": "_types/aggregations/bucket.ts#L987-L996"
},
{
"kind": "enum",
Expand All @@ -61693,7 +61705,7 @@
"name": "TermsAggregationExecutionHint",
"namespace": "_types.aggregations"
},
"specLocation": "_types/aggregations/bucket.ts#L993-L998"
"specLocation": "_types/aggregations/bucket.ts#L998-L1003"
},
{
"attachedBehaviors": [
Expand Down Expand Up @@ -61735,7 +61747,7 @@
"name": "TermsExclude",
"namespace": "_types.aggregations"
},
"specLocation": "_types/aggregations/bucket.ts#L1003-L1004",
"specLocation": "_types/aggregations/bucket.ts#L1008-L1009",
"type": {
"items": [
{
Expand Down Expand Up @@ -61770,7 +61782,7 @@
"name": "TermsInclude",
"namespace": "_types.aggregations"
},
"specLocation": "_types/aggregations/bucket.ts#L1000-L1001",
"specLocation": "_types/aggregations/bucket.ts#L1005-L1006",
"type": {
"items": [
{
Expand Down Expand Up @@ -61833,7 +61845,7 @@
}
}
],
"specLocation": "_types/aggregations/bucket.ts#L1006-L1015"
"specLocation": "_types/aggregations/bucket.ts#L1011-L1020"
},
{
"kind": "interface",
Expand Down Expand Up @@ -62560,7 +62572,7 @@
}
}
],
"specLocation": "_types/aggregations/bucket.ts#L1017-L1038"
"specLocation": "_types/aggregations/bucket.ts#L1022-L1043"
},
{
"attachedBehaviors": [
Expand Down

0 comments on commit 2065a13

Please sign in to comment.