apache/lucene

Deprecate MergeSpecification#segString method in MergePolicy

Open

#14,899 opened on 2025年7月5日

GitHub で見る
 (3 comments) (0 reactions) (1 assignee)Java (2,179 stars) (879 forks)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.

コントリビューターガイド