Skip to content

Commit

Permalink
annot
Browse files Browse the repository at this point in the history
  • Loading branch information
jpountz committed Oct 16, 2024
1 parent 94a2200 commit 1dc82fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/python/notation.py
Original file line number Diff line number Diff line change
Expand Up @@ -798,11 +798,11 @@
('2024-03-26',
'Break point estimation when threshold exceeded https://github.com/apache/lucene/pull/13199',
'Break point estimation when threshold exceeded https://github.com/apache/lucene/pull/13199'),

('2024-04-01',
'#11888: optimize terms dictionary lookups when all terms have the same suffix length, which helps primary key lookup for fixed-length fields',
'#11888: optimize terms dictionary lookups when all terms have the same suffix length, which helps primary key lookup for fixed-length fields'),

('2024-04-29',
'#264: use Lucene defaults for ConcurrentMergeSchedular',
'#264: use Lucene defaults for ConcurrentMergeSchedular'),
Expand Down Expand Up @@ -864,8 +864,8 @@
'Speedup OrderedIntervalsSource https://github.com/apache/lucene/pull/13871'),

('2024-10-12',
'Use RandomAccessInput instead of seeking in Lucene90DocValuesProducer https://github.com/apache/lucene/pull/13894',
'Use RandomAccessInput instead of seeking in Lucene90DocValuesProducer https://github.com/apache/lucene/pull/13894'),
'Use RandomAccessInput instead of seeking in Lucene90DocValuesProducer https://github.com/apache/lucene/pull/13894, Lazy initialize ForDeltaUtil and ForUtil in Lucene912PostingsReader https://github.com/apache/lucene/pull/13885',
'Use RandomAccessInput instead of seeking in Lucene90DocValuesProducer https://github.com/apache/lucene/pull/13894 Lazy initialize ForDeltaUtil and ForUtil in Lucene912PostingsReader https://github.com/apache/lucene/pull/13885'),

('2024-10-15',
'Dry up EverythingEnum and BlockDocsEnum in Lucene912PostingsReader https://github.com/apache/lucene/pull/13901',
Expand Down

0 comments on commit 1dc82fe

Please sign in to comment.