ElasticsearchDSL icon indicating copy to clipboard operation
ElasticsearchDSL copied to clipboard

FunctionScoreQuery->addFieldValueFactorFunction missing the "missing" option

Open timsweb opened this issue 8 years ago • 0 comments

In the function we have:

        $function = [
            'field_value_factor' => [
                'field' => $field,
                'factor' => $factor,
                'modifier' => $modifier,
            ],
        ];

See "missing" here.

timsweb avatar Oct 17 '17 16:10 timsweb