score property

double score
final

The relevancy score of a document according to a ranking rule and relative to a search query.

Higher is better.

  • 1.0 indicates a perfect match
  • 0.0 no match at all (Meilisearch should not return documents that don't match the query).

Implementation

final double score;