- 🇺🇸United States SiliconValet
I've attached a patch that will exclude the boost config from UI as well as remove boost from properties on the mapping config.
- 🇦🇺Australia sonnykt Melbourne, Australia
I think we only need to remove the boosting from
MappingFactory
. Removing/disabling the boosting config from the index form will impact the query-time boosting inSearchBuilder::getSearchQueryOptions()
.The patch from #5 📌 Index time boost is deprecated Needs review also removes query-time boosting from
SearchBuilder
which I don't think it's correct. - Status changed to Needs review
about 1 year ago 8:37am 28 September 2023 - 🇳🇱Netherlands tvoesenek
This patch only removes the boosting in the mapping factory and leaves the query-time boosting in
SearchBuilder
as is.
Tested with elasticsearch 8.9.1 - Status changed to RTBC
10 months ago 11:31am 17 January 2024 - 🇩🇪Germany a.dmitriiev
+1 for the patch in #7. As it is safe to add for Elastic starting from version 5. And of course it is good to keep the boosting and query time. I checked for Elastic server 8.11.3 and it works.
- 🇺🇸United States ebeyrent
+1 for the patch in #7. I tested against Elastic 8.14.3 and it works.
Without this patch, I wasn't able to create the field mappings, so the sooner this gets committed, the better.