Skip to content

Commit bf193a7

Browse files
committed
#13149: move CHANGES entry under 9.11.0
1 parent 4eeb3a7 commit bf193a7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lucene/CHANGES.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,6 @@ Optimizations
147147

148148
* GITHUB#12552: Make FSTPostingsFormat load FSTs off-heap. (Tony X)
149149

150-
* GITHUB#13149: Made PointRangeQuery faster, for some segment sizes, by reducing the amount of virtual calls to
151-
IntersectVisitor::visit(int). (Anton Hägerstrand)
152-
153150
Bug Fixes
154151
---------------------
155152

@@ -266,6 +263,9 @@ Optimizations
266263
* GITHUB#11888: Binary search the BlockTree terms dictionary entries when all suffixes have the same length
267264
in a leaf block, speeding up cases like primary key lookup on an id field when all ids are the same length. (zhouhui)
268265

266+
* GITHUB#13149: Made PointRangeQuery faster, for some segment sizes, by reducing the amount of virtual calls to
267+
IntersectVisitor::visit(int). (Anton Hägerstrand)
268+
269269
Bug Fixes
270270
---------------------
271271

0 commit comments

Comments
 (0)