In the yaml config file, defined a field without any boost as: `boost_weights: taxon_searchable` will generate a query which is not valid, with boosting: `taxon_searchable^NaN` Ideally a default boosting of 1 should be present instead.
In the yaml config file, defined a field without any boost as:
boost_weights: taxon_searchablewill generate a query which is not valid, with boosting:
taxon_searchable^NaNIdeally a default boosting of 1 should be present instead.