Type Alias tantivy::Score

source ·
pub type Score = f32;
Expand description

A Score that represents the relevance of the document to the query

This is modelled internally as a f32. The larger the number, the more relevant the document to the search query.