module

Xerp::Query::Explain

Class methods

all_hit_lines(block_score : Scorer::BlockScore) : Array(Int32)

Collects all hit lines from a block score.

Source
build_hits(block_score : Scorer::BlockScore) : Array(HitInfo)

Builds hit information for a block score.

Source
format_explanation(hits : Array(HitInfo)) : String

Formats hits as a human-readable explanation string.

Source