Ignacio Vera created LUCENE-8190:
------------------------------------

             Summary: Replace dendency on LegacyCell for setting 
pruneLeafyBranches on RecursivePrefixTreeStrategy
                 Key: LUCENE-8190
                 URL: https://issues.apache.org/jira/browse/LUCENE-8190
             Project: Lucene - Core
          Issue Type: Improvement
          Components: modules/spatial-extras
            Reporter: Ignacio Vera


The setting {{pruneLeafyBranches}} on {{RecursivePrefixTreeStrategy}} depends 
on abstract class {{LegacyCell}} and therefore trees like the newly added 
{{S2PrefixTree}} cannot benefit for such optimization.

It is proposed to add a new specialize interface for {{cell}} interface and 
make the setting depends on it instead of {{LegacyCell.}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to