LUCENE-7996: Add a note to the changes in runtime behaviour and to the solr upgrade notes.

This commit is contained in:
Adrien Grand 2017-12-12 16:23:57 +01:00
parent 5b2e25f301
commit f525ce8fbb
2 changed files with 8 additions and 1 deletions

View File

@ -37,6 +37,9 @@ Changes in Runtime Behavior
divide-by-zero hacks. IndexSearcher.termStatistics/collectionStatistics return null
instead of returning bogus values for a non-existent term or field. (Robert Muir)
* LUCENE-7996: FunctionQuery and FunctionScoreQuery now return a score of 0
when the function produces a negative value. (Adrien Grand)
Improvements
* LUCENE-7997: Add BaseSimilarityTestCase to sanity check similarities.

View File

@ -29,8 +29,12 @@ Apache UIMA 2.3.1
Apache ZooKeeper 3.4.10
Jetty 9.3.20.v20170531
Upgrade Notes
----------------------
(No Changes)
* LUCENE-7996: The 'func' query parser now returns scores that are equal to 0
when a negative value is produced. This change is due to the fact that
Lucene now requires scores to be positive. (Adrien Grand)
================== 7.3.0 ==================