Skip to content

Commit a6a04b2

Browse files
committed
added positive_score_impact to RankFeaturesProperty (issue 450)
1 parent 9bd12d5 commit a6a04b2

File tree

4 files changed

+26
-10
lines changed

4 files changed

+26
-10
lines changed

output/openapi/elasticsearch-serverless-openapi.json

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

output/schema/schema.json

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

output/typescript/types.ts

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

specification/_types/mapping/core.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ export class RankFeatureProperty extends PropertyBase {
187187
}
188188

189189
export class RankFeaturesProperty extends PropertyBase {
190+
positive_score_impact?: boolean
190191
type: 'rank_features'
191192
}
192193

0 commit comments

Comments
 (0)