apache/lucene
Voir sur GitHubDeprecate MergeSpecification#segString method in MergePolicy
Open
#14 899 ouverte le 5 juil. 2025
good first issue
Description
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.