mirror of https://github.com/apache/lucene.git
LUCENE-8920: CHANGES entry.
This commit is contained in:
parent
068b6babac
commit
07101ed8cc
|
@ -106,6 +106,9 @@ Optimizations
|
|||
instead of sorting when the maximum recursion level is exceeded, providing
|
||||
better worst-case runtime. (Paul Sanwald via Adrien Grand)
|
||||
|
||||
* LUCENE-8920: The denser arcs of FST now index labels with a bitset in order
|
||||
to provide near constant time access. (Bruno Roustant, Mike Sokolov via Adrien Grand)
|
||||
|
||||
Bug Fixes
|
||||
|
||||
* LUCENE-9001: Fix race condition in SetOnce. (Przemko Robakowski)
|
||||
|
|
Loading…
Reference in New Issue