mirror of https://github.com/apache/lucene.git
#13149: move CHANGES entry under 9.11.0
This commit is contained in:
parent
4eeb3a792d
commit
bf193a7125
|
@ -147,9 +147,6 @@ Optimizations
|
|||
|
||||
* GITHUB#12552: Make FSTPostingsFormat load FSTs off-heap. (Tony X)
|
||||
|
||||
* GITHUB#13149: Made PointRangeQuery faster, for some segment sizes, by reducing the amount of virtual calls to
|
||||
IntersectVisitor::visit(int). (Anton Hägerstrand)
|
||||
|
||||
Bug Fixes
|
||||
---------------------
|
||||
|
||||
|
@ -266,6 +263,9 @@ Optimizations
|
|||
* GITHUB#11888: Binary search the BlockTree terms dictionary entries when all suffixes have the same length
|
||||
in a leaf block, speeding up cases like primary key lookup on an id field when all ids are the same length. (zhouhui)
|
||||
|
||||
* GITHUB#13149: Made PointRangeQuery faster, for some segment sizes, by reducing the amount of virtual calls to
|
||||
IntersectVisitor::visit(int). (Anton Hägerstrand)
|
||||
|
||||
Bug Fixes
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue