|
@@ -48,7 +48,7 @@ have any effect in previous versions.
|
|
|
|
|
|
==== Scoring changes
|
|
|
|
|
|
-==== Query normalization
|
|
|
+===== Query normalization
|
|
|
|
|
|
Query normalization has been removed. This means that the TF-IDF similarity no
|
|
|
longer tries to make scores comparable across queries and that boosts are now
|
|
@@ -60,7 +60,7 @@ already integrated boosts into scores as multiplicative factors.
|
|
|
See https://issues.apache.org/jira/browse/LUCENE-7347[`LUCENE-7347`] for more
|
|
|
information.
|
|
|
|
|
|
-==== Coordination factors
|
|
|
+===== Coordination factors
|
|
|
|
|
|
Coordination factors have been removed from the scoring formula. This means that
|
|
|
boolean queries no longer score based on the number of matching clauses.
|