OpenSearch/core
Britta Weber 105dce0e07 fix explain in function_score if no function filter matches (#19185)
* fix explain in function_score if no function filter matches

When each function in function_score has a filter but none of them matches
we always assume 1 for the combined functions and then combine that with the
sub query score.
But the explanation did not reflect that because in case no function matched
we did not even use the actual score that was computed in the explanation.
2016-07-28 13:14:08 +02:00
..
src fix explain in function_score if no function filter matches (#19185) 2016-07-28 13:14:08 +02:00
build.gradle Move netty transport and http into a module 2016-07-11 22:21:29 +02:00