Concept Flow - Relevance score (_score)
Query sent to Elasticsearch
Documents matched
Calculate _score for each document
Sort documents by _score descending
Return sorted documents with _score
When you search, Elasticsearch finds matching documents, calculates a relevance score (_score) for each, sorts them by this score, and returns the results.