-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: modules/spatial-extras
-
Labels:None
-
Lucene Fields:New
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.