-
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
Remove index level boosting #51703
Comments
Pinging @elastic/es-search (:Search/Mapping) |
There's no need to reindex, we could just remove the parameter automatically in 8.x (as part of the upgrade). Other than that +1 for the plan! |
What is the reason for the warning in version 7.x , does that mean elastic v 7.x still supports index level boosting,i recently created a index in 7.x and the index mapping was accepting boost parameters ,Please clarify ? |
Relates: elastic/elasticsearch#51703 Index level boosting existed in the mapping was not being used at query time. This removes all boosting in anticipation of the full removal.
Relates: elastic/elasticsearch#51703 Index level boosting existed in the mapping was not being used at query time. This removes all boosting in anticipation of the full removal.
Pinging @elastic/es-search (Team:Search) |
Pinging @elastic/es-search-foundations (Team:Search Foundations) |
Currently there is no index level boosting,
as boosting is only applied during query time.
But we still allow to define boosting in mapping, which we should remove.
boost
option is supplied on 8.x indexesboost
option is supplied on 7.x indexes.The text was updated successfully, but these errors were encountered: