LUCENE-8025: fix changes entry, its sumTotalTermFreq

This commit is contained in:
Robert Muir 2017-11-01 19:45:00 -04:00
parent 7495a9d75b
commit 2658ff62c8
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ Bug Fixes
refreshes or commits, and high indexing thread counts, do not
overflow an int (Mykhailo Demianenko via Mike McCandless)
* LUCENE-8025: Use totalTermFreq=sumDocFreq when scoring DOCS_ONLY fields
* LUCENE-8025: Use sumTotalTermFreq=sumDocFreq when scoring DOCS_ONLY fields
that omit term frequency information, as it is equivalent in that case.
Previously bogus numbers were used, and many similarities would
completely degrade. (Robert Muir, Adrien Grand)