apache/lucene

Deprecate MergeSpecification#segString method in MergePolicy

Open

#14.899 aperta il 5 lug 2025

Vedi su GitHub
 (3 commenti) (0 reazioni) (1 assegnatario)Java (879 fork)batch import
good first issue

Metriche repository

Star
 (2179 star)
Metriche merge PR
 (Merge medio 7g 11h) (109 PR mergiate in 30 g)

Descrizione

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.

Guida contributor