Skip to content

Commit

Permalink
added positive_score_impact to RankFeaturesProperty (issue 450)
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta committed Mar 6, 2024
1 parent 9bd12d5 commit a6a04b2
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 10 deletions.
3 changes: 3 additions & 0 deletions output/openapi/elasticsearch-serverless-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 21 additions & 10 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions specification/_types/mapping/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ export class RankFeatureProperty extends PropertyBase {
}

export class RankFeaturesProperty extends PropertyBase {
positive_score_impact?: boolean
type: 'rank_features'
}

Expand Down

0 comments on commit a6a04b2

Please sign in to comment.