You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a decay function in a function_score the documentation says in the offical documentation: "If the numeric field is missing in the document, the function will return 1." In many cases this is not intended since documents missing the field are scored with the highest possible value.
Similar to field_value_factor decay functions should provide a missing parameter allowing to define the score in case the field is missing.
tomasv, kevinnoel-be, kaka19ace, FlorianWilhelm, dan-blanchard and 24 moreaguyinmontreal