### Java API client version 8.7.0 ### Java version 17 ### Elasticsearch Version 8.5 ### Problem description RankFeaturesProperty is missing positive_score_impact field in builder. It is possible to set `positive_score_impact ` on `RankFeatureProperty` but it's not possible to do with `RankFeaturesProperty` But it should be possible according to elastic search documentation: https://www.elastic.co/guide/en/elasticsearch/reference/current/rank-features.html