mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-05-18 14:44:55 +00:00
field_value_factor now takes a default that is used if the document doesn't have a value for that field. It looks like: "field_value_factor": { "field": "popularity", "missing": 1 } Closes #10841