apache/lucene

Deprecate MergeSpecification#segString method in MergePolicy

Open

#14,899 创建于 2025年7月5日

在 GitHub 查看
 (3 评论) (0 反应) (1 负责人)Java (879 fork)batch import
good first issue

仓库指标

Star
 (2,179 star)
PR 合并指标
 (平均合并 7天 11小时) (30 天内合并 109 个 PR)

描述

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.

贡献者指南