Open mayya-sharipova opened 4 years ago
Pinging @elastic/es-search (:Search/Mapping)
Upgrade path. update documentation that old indexes should be reindexed without index boost parameters, and queries should be updated accordingly.
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 ?
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.