-
Notifications
You must be signed in to change notification settings - Fork 25k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add positive_score_impact to rank_features type #69994
Add positive_score_impact to rank_features type #69994
Conversation
Pinging @elastic/es-search (Team:Search) |
105423f
to
ebc0ca0
Compare
rank_features field type misses positive_score_impact parameter that rank_feature type has. This adds this parameter. Closes elastic#68619
ebc0ca0
to
2e4ccf9
Compare
@elasticmachine run elasticsearch-ci/bwc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty similar to what rank_feature
does, nice to get some insight how this is working. LGTM
rank_features field type misses positive_score_impact parameter that rank_feature type has. This adds this parameter. Backport for elastic#69994 Closes elastic#68619
I had left it out on purpose on the first release of |
@jpountz Thank you for the feedback, it makes sense, but it looks to me this should be clarified in the documentation.
But for the Or are we implicitly expecting that all docs must have |
+1 to clarify the documentation and recommend that |
Add a warning about consequences of negative score impact for documents that don't have values for rank_feature(s) fields. Related to elastic#69994
Add a warning about consequences of negative score impact for documents that don't have values for rank_feature(s) fields. Related to #69994
Add a warning about consequences of negative score impact for documents that don't have values for rank_feature(s) fields. Related to #69994
rank_features field type misses positive_score_impact parameter
that rank_feature type has. This adds this parameter.
Closes #68619