apache/lucene
Deprecate MergeSpecification#segString method in MergePolicy
オープン
#14,899 opened on 2025/07/05
good first issue
Repository metrics
- Stars
- (2,179 個のスター)
- PR merge metrics
- (平均マージ 7d 11h) (30d で 109 merged PRs)
説明
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.