apache/lucene

Move long[] group varint to backward-codecs

クローズ

#15,113 opened on 2025/08/22

 (5 件のコメント) (2 件のリアクション) (0 人の担当者)Java (879 件のフォーク)batch import
good first issuetype:task

Repository metrics

Stars
 (2,179 個のスター)
PR merge metrics
 (平均マージ 7d 11h) (30d で 109 merged PRs)

説明

Description

This is a follow-up of #15104. The benchmark was accidentally calling legacy code that writes the output of a varint group into a long[]. This wouldn't have happened if this code - which is only used by backward codecs - was in lucene/backward-codecs.

コントリビューターガイド