apache/lucene

Move long[] group varint to backward-codecs

Open

#15.113 geöffnet am 22. Aug. 2025

Auf GitHub ansehen
 (5 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)Java (879 Forks)batch import
good first issuetype:task

Repository-Metriken

Stars
 (2.179 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 7T 11h) (109 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide