[DOCS] Remove outdated links for `similarity` mapping param args (#56925)

This commit is contained in:
James Rodewig 2020-05-19 11:04:53 -04:00 committed by GitHub
parent ecf6d8f974
commit 0f233b1b0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 6 deletions

View File

@ -16,14 +16,13 @@ The only similarities which can be used out of the box, without any further
configuration are:
`BM25`::
The Okapi BM25 algorithm. The algorithm used by default in Elasticsearch and Lucene.
See {defguide}/pluggable-similarites.html[Pluggable Similarity Algorithms]
for more information.
The https://en.wikipedia.org/wiki/Okapi_BM25[Okapi BM25 algorithm]. The
algorithm used by default in {es} and Lucene.
`classic`::
The TF/IDF algorithm which used to be the default in Elasticsearch and
Lucene. See {defguide}/practical-scoring-function.html[Lucenes Practical Scoring Function]
for more information.
deprecated:[7.0.0]
The https://en.wikipedia.org/wiki/Tf%E2%80%93idf[TF/IDF algorithm], the former
default in {es} and Lucene.
`boolean`::
A simple boolean similarity, which is used when full-text ranking is not needed