Skip to content

Conversation

@jpountz
Copy link
Contributor

@jpountz jpountz commented Aug 2, 2017

The classic similarity used to rely on specific features like query
normalization and coord factors, which were specific to this similarity and
have been removed as the bm25 similarity has now been the default similarity
for some time. As a consequence, using the classic similarity could lead
to depeptive scores, which is why we want to prevent users from using it on new
indices. bm25 is generally considered a superior option.

Closes #23208

@jpountz jpountz added :Search/Search Search-related issues that do not fall into other categories >non-issue >enhancement stalled and removed >non-issue labels Aug 2, 2017
@jpountz
Copy link
Contributor Author

jpountz commented Aug 2, 2017

The current way similarities are implemented makes this change hard, I need to think more about it.

@jpountz jpountz force-pushed the fix/remove_classic_similarity branch from 30c5b0b to c6e20a4 Compare August 11, 2017 16:15
The `classic` similarity used to rely on specific features like query
normalization and coord factors, which were specific to this similarity and
have been removed as the `bm25` similarity has now been the default similarity
for some time. As a consequence, using the `classic` similarity could lead
to depeptive scores, which is why we want to prevent users from using it on new
indices. `bm25` is generally considered a superior option.

Closes elastic#23208
@jpountz jpountz force-pushed the fix/remove_classic_similarity branch from e1b16d6 to 086db4a Compare August 16, 2017 13:35
@javanna
Copy link
Member

javanna commented Mar 16, 2018

@jpountz do you plan on reviving this or shall we close it? cc @elastic/es-search-aggs

@jpountz
Copy link
Contributor Author

jpountz commented Mar 21, 2018

Superseded by #29187.

@jpountz jpountz closed this Mar 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

>enhancement :Search/Search Search-related issues that do not fall into other categories stalled

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants