-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.0
-
Component/s: modules/spatial
-
Labels:None
-
Lucene Fields:New
I completely overlooked that NumberRangePrefixTreeStrategy is in the wrong package. It's at the top level of the spatial package org.apache.lucene.spatial instead of being in the prefix sub-package. Doh!
As soon as LUCENE-5735 finishes up, I'll do an 'svn move', and then add a same-named subclass to where it is now extending the real one, and deprecate it of course.