elastic / elasticsearch

Free and Open Source, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
1.47k stars 24.88k forks source link

Remove index level boosting #51703

Open mayya-sharipova opened 4 years ago

mayya-sharipova commented 4 years ago

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.

elasticmachine commented 4 years ago

Pinging @elastic/es-search (:Search/Mapping)

jimczi commented 4 years ago

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!

arun-krishnamoorthy commented 4 years ago

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 ?

elasticsearchmachine commented 1 year ago

Pinging @elastic/es-search (Team:Search)

elasticsearchmachine commented 4 months ago

Pinging @elastic/es-search-foundations (Team:Search Foundations)