Skip to content

Commit

Permalink
#13149: move CHANGES entry under 9.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemccand committed Apr 2, 2024
1 parent 4eeb3a7 commit bf193a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lucene/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------

Expand Down Expand Up @@ -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
---------------------

Expand Down

0 comments on commit bf193a7

Please sign in to comment.