Details
-
Task
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
None
Description
LUCENE-6789 changed the default similarity for IndexSearcher to BM25 and renamed "DefaultSimilarity" to "ClassicSimilarity"
Solr needs to be updated accordingly:
- a "ClassicSimilarityFactory" should exist w/expected behavior/javadocs
- default behavior (in 6.0) when no similarity is specified in configs should (ultimately) use BM25 depending on luceneMatchVersion
- either by assuming BM25SimilarityFactory or by changing the internal behavior of DefaultSimilarityFactory
- comments in sample configs need updated to reflect new default behavior
- ref guide needs updated anywhere it mentions/implies that a particular similarity is used (or implies TF-IDF is used by default)
Attachments
Attachments
Issue Links
- relates to
-
LUCENE-6789 change IndexSearcher default similarity to BM25
- Resolved
-
SOLR-8271 use SchemaSimilarityFactory as default when no explicit (top level) sim is configured
- Resolved