Skip to content

Commit 65cc099

Browse files
committed
[DOCS] Remove outdated links for similarity mapping param args (#56925)
1 parent 127646c commit 65cc099

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
`boolean`::
24-
A simple boolean similarity, which is used when full-text ranking is not needed
25-
and the score should only be based on whether the query terms match or not.
26-
Boolean similarity gives terms a score equal to their query boost.
23+
A simple boolean similarity, which is used when full-text ranking is not needed
24+
and the score should only be based on whether the query terms match or not.
25+
Boolean similarity gives terms a score equal to their query boost.
2726

2827

2928
The `similarity` can be set on the field level when a field is first created,

0 commit comments

Comments
 (0)