🇳🇱Netherlands @tvoesenek

Account created on 6 October 2016, over 8 years ago
  • Backend Developer at INDICIA 
#

Recent comments

🇳🇱Netherlands tvoesenek

For one of our projects, we use the patch from #15, which worked fine. But due to deprecation of the boost-parameter, in combination with Elasticsearch 8, an error will occur:

[error]  Message: {"error":{"root_cause":[{"type":"mapper_parsing_exception","reason":"Unknown 
parameter [boost] on mapper 
[rendered_item]"}],"type":"mapper_parsing_exception","reason":"Failed to 
parse mapping: Unknown parameter [boost] on mapper 
[rendered_item]","caused_by":{"type":"mapper_parsing_exception","reason":"Unknown 
parameter [boost] on mapper [rendered_item]"}},"status":400}

When the boost-parameter is omitted, it works fine. Therefore I've rerolled the patch from #15, without the boost property.
So this is not a reroll of #21 and therefore this still needs work.

🇳🇱Netherlands tvoesenek

As described in 📌 Index time boost is deprecated Needs review Index time boost is deprecated. Using Elasticsearch 8.x this results in errors.
To avoid conflicts while applying both the patch from 📌 Index time boost is deprecated Needs review and this patch, I've rerolled the patch from #3 to incorporate both changes and added an interdiff.

🇳🇱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

🇳🇱Netherlands tvoesenek

Patch looks good and works as described

🇳🇱Netherlands tvoesenek

Confirmed that the patch is working correctly.

Production build 0.71.5 2024