Skip to main content

rank

Function rank 

Source
pub fn rank(
    records: &[ExperimentRecord],
    query: &RetrievalQuery,
) -> Vec<ScoredRecord>
Expand description

Rank records against query, best first.

Ties break on record id, so the order is total and reproducible.