Skip to content

Commit e392e48

Browse files
committed
[DOCS] Remove outdated links for similarity mapping param args (#56925)
1 parent cc1cfb3 commit e392e48

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/reference/mapping/params/similarity.asciidoc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@ The only similarities which can be used out of the box, without any further
1616
configuration are:
1717

1818
`BM25`::
19-
The Okapi BM25 algorithm. The algorithm used by default in Elasticsearch and Lucene.
20-
See {defguide}/pluggable-similarites.html[Pluggable Similarity Algorithms]
21-
for more information.
19+
The https://en.wikipedia.org/wiki/Okapi_BM25[Okapi BM25 algorithm]. The
20+
algorithm used by default in {es} and Lucene.
2221

2322
`classic`::
24-
The TF/IDF algorithm which used to be the default in Elasticsearch and
25-
Lucene. See {defguide}/practical-scoring-function.html[Lucene’s Practical Scoring Function]
26-
for more information.
23+
deprecated:[7.0.0]
24+
The https://en.wikipedia.org/wiki/Tf%E2%80%93idf[TF/IDF algorithm], the former
25+
default in {es} and Lucene.
2726

2827
`boolean`::
2928
A simple boolean similarity, which is used when full-text ranking is not needed

0 commit comments

Comments
 (0)