LUCENE-8992: Update CHANGES after backport to 8x

This commit is contained in:
jimczi 2019-10-21 16:17:34 +02:00
parent 066d324006
commit cfa4940167
1 changed files with 3 additions and 3 deletions

View File

@ -55,9 +55,6 @@ Improvements
* LUCENE-8984: MoreLikeThis MLT is biased for uncommon fields (Andy Hind via Anshum Gupta) * LUCENE-8984: MoreLikeThis MLT is biased for uncommon fields (Andy Hind via Anshum Gupta)
* LUCENE-8992: TopFieldCollector and TopScoreDocCollector can now share minimum scores across leaves
concurrently. (Atri Sharma, Jim Ferenczi)
Bug fixes Bug fixes
* LUCENE-8663: NRTCachingDirectory.slowFileExists may open a file while * LUCENE-8663: NRTCachingDirectory.slowFileExists may open a file while
@ -92,6 +89,9 @@ Optimizations
documents, since computing the number of live documents is an expensive documents, since computing the number of live documents is an expensive
operation. (Adrien Grand) operation. (Adrien Grand)
* LUCENE-8992: TopFieldCollector and TopScoreDocCollector can now share minimum scores across leaves
concurrently. (Adrien Grand, Atri Sharma, Jim Ferenczi)
Bug Fixes Bug Fixes
* LUCENE-9001: Fix race condition in SetOnce. (Przemko Robakowski) * LUCENE-9001: Fix race condition in SetOnce. (Przemko Robakowski)