Hi David, I'm defining my field as such: <fieldType name="rectangle" 
class="solr.SpatialRecursivePrefixTreeFieldType" geo="false" distErrPct="0" 
maxDetailDist="1" worldBounds="0 0 10916173 200000"/> When I create a large 
rectangle, say "10 10 5000000 11", Solr seems to freeze for quite some time.  I 
haven't looked at your code, but I can imagine the algorithm basically fills in 
some sort of indexing matrix, and that's what's taking so long for large 
rectangles? Is there a limit to how big the worldBounds should be?Thanks!Eric.
                                          

Reply via email to