In my case, I am getting data from a database and am able to concatenate the
lat/long as a coordinate pair to store in my coords field. To test this, I
randomized the lat/long values and generated about 6000 documents.

Adam

On Wed, Jan 12, 2011 at 8:29 PM, caman <aboxfortheotherst...@gmail.com>wrote:

>
> Adam,
>
> thanks. Yes that helps
> but how does coords fields get populated? All I have is
>
> <field name="lat" type="tdouble" indexed="true" stored="true" />
> <field name="lng" type="tdouble" indexed="true" stored="true" />
>
> <field name="coord" type="location" indexed="true" stored="true" />
>
> fields 'lat' and  'lng' get populated by dataimporthandler but coord, am
> not
> sure?
>
> Thanks
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Solr-4-0-Spatial-Search-How-to-tp2245592p2245709.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to