mirror of https://github.com/apache/lucene.git
Move changes of #12415 to 9.8
This commit is contained in:
parent
4d26cb2219
commit
47258cc9e9
|
@ -91,8 +91,6 @@ Optimizations
|
||||||
* GITHUB#12408: Lazy initialization improvements for Facets implementations when there are segments with no hits
|
* GITHUB#12408: Lazy initialization improvements for Facets implementations when there are segments with no hits
|
||||||
to count. (Greg Miller)
|
to count. (Greg Miller)
|
||||||
|
|
||||||
* GITHUB#12415: Optimized counts on disjunctive queries. (Adrien Grand)
|
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
@ -176,6 +174,8 @@ Optimizations
|
||||||
|
|
||||||
* GITHUB#12453: Faster bulk numeric reads from BufferedIndexInput (Armin Braun)
|
* GITHUB#12453: Faster bulk numeric reads from BufferedIndexInput (Armin Braun)
|
||||||
|
|
||||||
|
* GITHUB#12415: Optimized counts on disjunctive queries. (Adrien Grand)
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue