match

fun match(value: Number, description: String, details: MutableCollection<Explanation>): Explanation
fun match(value: Number, description: String, vararg details: Explanation): Explanation

Create a new explanation for a match.

Parameters

value

the contribution to the score of the document

description

how value was computed

details

sub explanations that contributed to this explanation