apache/lucene

Move long[] group varint to backward-codecs

已关闭

#15,113 创建于 2025年8月22日

 (5 条评论) (2 个反应) (0 位负责人)Java (879 个派生)batch import
good first issuetype:task

仓库指标

星标
 (2,179 个星标)
PR 合并指标
 (平均合并 7天 11小时) (30 天内合并 109 个 PR)

描述

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.

贡献者指南