I think I found the reason/bug
the type was wrong, it should be
On Tue, May 28, 2013 at 1:37 AM, Eric Grobler wrote:
> Hi Solr experts,
>
> I have a solr 4.3 schema
> "solr.SpatialRecursivePrefixTreeFieldType" geo="true" distErrPct="0.025"
> maxDistErr="0.09" units="degrees" />
>
> multi
Hi Solr experts,
I have a solr 4.3 schema
and xml data
51.1164,6.9612
52.3473,9.77564
If I run this query:
fq={!geofilt pt=51.11,6.9 sfield=location_geo d=20}
I get no result.
But if I remove the second geo line and only have this geo coordinate it
works:
51.1164,6.9612
*Thus it seems that