use crate;
use crateScorer;
/// Computes a relevance score for each scoreable item using the configured scorer.
///
/// For each item, calls `scorer.score(item, all_items)` and wraps the result
/// in a `ScoredItem`. Output order matches input order.
pub