mirror of https://github.com/apache/lucene.git
LUCENE-8048: correcting misplaced entry in lucene/CHANGES.txt
This commit is contained in:
parent
0688be6c66
commit
eb434dc47a
|
@ -130,6 +130,9 @@ Bug Fixes
|
|||
* LUCENE-8078: The query cache should not cache instances of
|
||||
MatchNoDocsQuery. (Jon Harper via Adrien Grand)
|
||||
|
||||
* LUCENE-8048: Filesystems do not guarantee order of directories updates
|
||||
(Nikolay Martynov, Simon Willnauer, Erick Erickson)
|
||||
|
||||
Optimizations
|
||||
|
||||
* LUCENE-8018: Smaller FieldInfos memory footprint by not retaining unnecessary
|
||||
|
@ -145,9 +148,6 @@ Optimizations
|
|||
caching as they could break memory accounting of the query cache.
|
||||
(Adrien Grand)
|
||||
|
||||
* LUCENE-8048: Filesystems do not guarantee order of directories updates
|
||||
(Nikolay Martynov, Simon Willnauer, Erick Erickson)
|
||||
|
||||
Tests
|
||||
|
||||
* LUCENE-8035: Run tests with JDK-specific options: --illegal-access=deny
|
||||
|
|
Loading…
Reference in New Issue