Skip to content

Commit e7a3b85

Browse files
Added link to Controlling Relevance to relevance intro
1 parent d44d91b commit e7a3b85

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

056_Sorting/90_What_is_relevance.asciidoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ were found, but what we usually mean by _relevance_ is the algorithm that we
1717
use to calculate how similar the contents of a full text field are to a full
1818
text query string.
1919

20-
The standard _similarity algorithm_ used in Elasticsearch is known as TF/IDF,
21-
or Term Frequency/Inverse Document Frequency, which takes the following
20+
The standard _similarity algorithm_ used in Elasticsearch is known as _Term
21+
Frequency/Inverse Document Frequency_, or _TF/IDF_, which takes the following
2222
factors into account:
2323

2424
Term frequency::
@@ -51,6 +51,9 @@ When multiple query clauses are combined using a compound query like the
5151
`bool` query, the `_score` from each of these query clauses is combined to
5252
calculate the overall `_score` for the document.
5353

54+
TIP: We have a whole chapter dedicated to relevance calculations and how to
55+
bend them to your will in <<controlling-relevance>>.
56+
5457
[[explain]]
5558
==== Understanding the score
5659

0 commit comments

Comments
 (0)