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 that I didn't mix the concepts, it is just as in many cases
the problem is somewhere else where you would never imagine.

Thanks for the hint.

Cheers,
Javier





On 11 December 2012 02:47, David Smiley (@MITRE.org) <dsmi...@mitre.org>wrote:

> Javi,
>   The center point of your query circle and the indexed point is just under
> 49.9km (just under your query radius); this is why it matched.  I plugged
> in
> your numbers here:
> http://www.movable-type.co.uk/scripts/latlong.html
> Perhaps you are misled by the projection you are using to view the map, on
> how far away the points are.
>
> FYI The default distErrPct of 0.025 should be fine in general and wasn't
> the
> issue.  You should (almost) never use 0.0 on the field type because that
> means your indexed non-point shapes (rectangles you said) will use a ton of
> indexed terms unless they are very small rectangles (relative to your grid
> resolution -- 1 meter in your case).  Using distErrPct=0 in the query is
> safe, on the other hand.
>
> Cheers,
>   David
>
>
>
> -----
>  Author:
> http://www.packtpub.com/apache-solr-3-enterprise-search-server/book
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Intersect-Circle-is-matching-points-way-outside-the-radius-Solr-4-Spatial-tp4025609p4025704.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to