absolutely no idea why it is a blob .. but the following one works as expected:
CAST( CONCAT( lat, ',', lng ) AS CHAR ) HTH Stefan On Fri, Jan 14, 2011 at 9:31 AM, caman <aboxfortheotherst...@gmail.com>wrote: > > > CONCAT(CAST(lat as CHAR),',',CAST(lng as CHAR)) > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-4-0-Spatial-Search-How-to-tp2245592p2254151.html > Sent from the Solr - User mailing list archive at Nabble.com. >