[][src]Type Definition tantivy::Score

type Score = f32;

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.