I'm using Gauss scoring, but it returns 1 if a field is missing.
The missing field ends up being scored higher then the real fields. The real fields results are between 0 and 1.
I'd like to be able to set "missing: 0.01".
This doesn't make sense to me.
{
"gauss": {
"last_updated": {
"origin": "now",
"scale": "90d",
"decay": 0.9
}
},
"weight": 10
},