These advanced configuration settings give you deeper control over how ElasticSuite calculates and applies relevance boosts, directly leveraging Elasticsearch’s native function score queries.
Score Mode Configuration
Parameter
Default value
Description
Score Mode
Multiply
Specifies the score_mode used for function score queries. This determines how individual computed scores within the optimizer are combined together. Tip: For advanced tuning, refer to the official Elasticsearch documentation on Function Score query configuration.
Boost Mode Configuration
Parameter
Default value
Description
Boost Mode
Multiply
Specifies the boost_mode used for function score queries. This dictates exactly how the newly calculated boosted score of each product will be combined with its original base search score. Tip: For advanced tuning, refer to the official Elasticsearch documentation on Function Score query configuration.