Search code examples
sap-commerce-cloudsolr-boost

Hybris: Change default boost value


I want to show products of a particular manufacturer always on top. I tried applying boost rule from backoffice. But even after applying boost rule, the products don't appear on the top, instead somewhere below. This is probably because the boost factor is not enough.

The default boost factor is set as 100. Is there any way to change this value from backoffice or somewhere else?


Solution

  • There is a property "maxBoostFactorValue" defined for bean "boostRuleValidator" in the commercesearch-spring.xml. By modifying this value, the max boost factor can be changed.