First, nice job of posting enough information to define the problem and allow
us to check something! Far too often it takes 3 back-and-forths to get enough
info to say anything.

Hmm, on the surface that looks OK. I tried using your field
definitions, data and query
and it works fine on my machine on 6.2.1.

I used this query:

http://localhost:8983/solr/techproducts/query?q={!geofilt%20sfield=geo}&pt=28.2167,74.2833&d=100

I'm assuming you left off the "q=" bits just for brevity. If I don't
put that in I get zero docs...

So that makes me wonder if your import is somehow not doing what you
expect. Rather
than use CSV, I copy/pasted into an XML doc and posted that since it
was faster....

Try going into the admin UI>>(core)>>schema and picking one of the geo fields
(geo_0_coordinate or geo_1_coordinate) You should see some stuff that
"makes sense"
although there'll also be some extra stuff due to it being a tdouble.
This is to check
that the import is happening correctly.

And if none of that makes sense, could you paste the results of adding
&debug=query
to the URL?


Best,
Erick

Reply via email to