mirror of https://github.com/apache/lucene.git
LUCENE-8992: Update CHANGES after backport to 8x
This commit is contained in:
parent
066d324006
commit
cfa4940167
|
@ -55,9 +55,6 @@ Improvements
|
|||
|
||||
* 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
|
||||
|
||||
* 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
|
||||
operation. (Adrien Grand)
|
||||
|
||||
* LUCENE-8992: TopFieldCollector and TopScoreDocCollector can now share minimum scores across leaves
|
||||
concurrently. (Adrien Grand, Atri Sharma, Jim Ferenczi)
|
||||
|
||||
Bug Fixes
|
||||
|
||||
* LUCENE-9001: Fix race condition in SetOnce. (Przemko Robakowski)
|
||||
|
|
Loading…
Reference in New Issue