ソースを参照

Fixed bad asciidoc

Clinton Gormley 8 年 前
コミット
b5a0e59af4
1 ファイル変更2 行追加2 行削除
  1. 2 2
      docs/reference/migration/migrate_6_0/search.asciidoc

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