1
0
Clinton Gormley 8 жил өмнө
parent
commit
b5a0e59af4

+ 2 - 2
docs/reference/migration/migrate_6_0/search.asciidoc

@@ -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.