Fixed bad asciidoc

This commit is contained in:
Clinton Gormley 2017-01-30 11:56:40 +01:00
parent 938f5194ef
commit b5a0e59af4

View File

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