#13149: move CHANGES entry under 9.11.0

This commit is contained in:
Mike McCandless 2024-04-02 09:59:34 -04:00
parent 4eeb3a792d
commit bf193a7125
1 changed files with 3 additions and 3 deletions

View File

@ -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
---------------------