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.

貢獻者指南