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

2013-01-22 Thread Javier Molina
option 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) wrote: > Javier Molina wrote > > This very wide rectangle will cause an OutOfMemoryError > > > > -180 3 180 3.01

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

2013-01-21 Thread Javier Molina
, rectangle.getMaxY()); > src = Arrays.asList(rect1, rect2); > } > return src; > } > }; > } > } > > Of course ideally I should just go ahead and fix this bug ;-) > ~ David > > > Javier Molina wrote > > Thanks for your

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

2013-01-21 Thread Javier Molina
ed, then you got 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

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 th