apache/lucene

Move long[] group varint to backward-codecs

Open

#15.113 aberto em 22 de ago. de 2025

Ver no GitHub
 (5 comments) (2 reactions) (0 assignees)Java (879 forks)batch import
good first issuetype:task

Métricas do repositório

Stars
 (2.179 stars)
Métricas de merge de PR
 (Mesclagem média 7d 11h) (109 fundiu PRs em 30d)

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.

Guia do colaborador