mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-04-10 09:18:29 +00:00
A boost terms factor of 1.0 is not the same as no boosting of terms. The desired behavior is to deactivate boosting by default. If the user specifies any value other than 0, then boosting is activated. Closes #6021