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
, 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
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
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