apache/lucene

Deprecate MergeSpecification#segString method in MergePolicy

Open

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

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

描述

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.

贡献者指南

Deprecate MergeSpecification#segString method in MergePolicy · apache/lucene#14899 | Good First Issue