mirror of https://github.com/apache/lucene.git
Merge changes entries into one.
This commit is contained in:
parent
cf2e7f637c
commit
4d3d219146
|
@ -363,8 +363,6 @@ Improvements
|
||||||
Optimizations
|
Optimizations
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
* GITHUB#13782: Replace handwritten loops compare with Arrays.compareUnsigned in IDVersionSegmentTermsEnum and OrdsSegmentTermsEnum. (zhouhui)
|
|
||||||
|
|
||||||
* GITHUB#13439: Avoid unnecessary memory allocation in PackedLongValues#Iterator. (Zhang Chao)
|
* GITHUB#13439: Avoid unnecessary memory allocation in PackedLongValues#Iterator. (Zhang Chao)
|
||||||
|
|
||||||
* GITHUB##13425: Rewrite SortedNumericDocValuesRangeQuery to MatchNoDocsQuery when the upper bound is smaller than the
|
* GITHUB##13425: Rewrite SortedNumericDocValuesRangeQuery to MatchNoDocsQuery when the upper bound is smaller than the
|
||||||
|
@ -576,7 +574,7 @@ Optimizations
|
||||||
|
|
||||||
* GITHUB#13306: Use RWLock to access LRUQueryCache to reduce contention. (Boice Huang)
|
* GITHUB#13306: Use RWLock to access LRUQueryCache to reduce contention. (Boice Huang)
|
||||||
|
|
||||||
* GITHUB#13252: Replace handwritten loops compare with Arrays.compareUnsigned in SegmentTermsEnum. (zhouhui)
|
* GITHUB#13252, GITHUB#13782: Replace handwritten loops compare with Arrays.compareUnsigned in TermsEnum classes. (zhouhui)
|
||||||
|
|
||||||
* GITHUB#12996: Reduce ArrayUtil#grow in decompress. (Zhang Chao)
|
* GITHUB#12996: Reduce ArrayUtil#grow in decompress. (Zhang Chao)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue