Re: Spatial+Dataimport full import results in OutOfMemory for a rectangle defining a line

2013-01-22 Thread Javier Molina
at this stage but I will be looking forward to upgrading to solr 4.1 in the near future. Cheers, Javier On 23 January 2013 03:43, David Smiley (@MITRE.org) dsmi...@mitre.orgwrote: Javier Molina wrote This very wide rectangle will cause an OutOfMemoryError -180 3 180 3.016668 While

Re: Spatial+Dataimport full import results in OutOfMemory for a rectangle defining a line

2013-01-21 Thread Javier Molina
bitten by this unfixed bug: https://issues.apache.org/jira/browse/LUCENE-4550 As a work-around, you could split that horizontal line into two equal pieces and index them as separate values for the document. ~ David Javier Molina wrote Hi, I have been struggling the past days trying

Re: Spatial+Dataimport full import results in OutOfMemory for a rectangle defining a line

2013-01-21 Thread Javier Molina
()); Rectangle rect2 = ctx.makeRectangle(midX, maxX, rectangle.getMinY(), rectangle.getMaxY()); src = Arrays.asList(rect1, rect2); } return src; } }; } } Of course ideally I should just go ahead and fix this bug ;-) ~ David Javier Molina

Re: Intersect Circle is matching points way outside the radius ( Solr 4 Spatial)

2012-12-10 Thread Javier Molina
Hi David, As it happens the points are using the right projection, I can see them in the same position using the page you just provided. There is something wrong with the radius of the circle though I need to investigate that but it is a relief to know that there is nothing wrong with Solr and