apache/lucene

Move long[] group varint to backward-codecs

Fermée

#15 113 ouverte le 22 août 2025

 (5 commentaires) (2 réactions) (0 personne assignée)Java (879 forks)batch import
good first issuetype:task

Métriques du dépôt

Stars
 (2 179 étoiles)
Métriques de merge PR
 (Merge moyen 7j 11h) (109 PRs mergées en 30 j)

Description

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.

Guide contributeur