apache/lucene

Deprecate MergeSpecification#segString method in MergePolicy

开放

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

 (3 条评论) (0 个反应) (1 位负责人)Java (879 个派生)batch import
good first issue

仓库指标

星标
 (2,179 个星标)
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.

贡献者指南