apache/lucene

Move long[] group varint to backward-codecs

Open

#15,113 建立於 2025年8月22日

在 GitHub 查看
 (5 留言) (2 反應) (0 負責人)Java (879 fork)batch import
good first issuetype:task

倉庫指標

Star
 (2,179 star)
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.

貢獻者指南