edismax - Solr Extended DisMax doesn't add the scores of phrase queries any more -
i upgraded solr 4.4.0 5.1.0 , noticed different behaviour extended dismax query parser when phrase query matches in several fields.
with 4.4.0, if phrase query matches in field1 , in field2, sum of both boost used boost score of document.
with 5.1.0, maximum value of matches in different fields gets used boost score of document.
is there way influence behaviour?
Comments
Post a Comment