apache/lucene

Deprecate MergeSpecification#segString method in MergePolicy

Open

#14.899 aberto em 5 de jul. de 2025

Ver no GitHub
 (3 comments) (0 reactions) (1 assignee)Java (879 forks)batch import
good first issue

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

Following up from an old TODO, we can deprecate MergePolicy.MergeSpecification#segString. The places it's used (only 1?) doesn't need the directory param, and can simply use the toString() method.

Guia do colaborador