File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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-
153150Bug 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+
269269Bug Fixes
270270---------------------
271271
You can’t perform that action at this time.
0 commit comments