Re: solr.LatLonType type vs solr.SpatialRecursivePrefixTreeFieldType

2013-05-21 Thread bbarani
Thanks a lot for your response!!! -- View this message in context: http://lucene.472066.n3.nabble.com/solr-LatLonType-type-vs-solr-SpatialRecursivePrefixTreeFieldType-tp4061113p4065031.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solr.LatLonType type vs solr.SpatialRecursivePrefixTreeFieldType

2013-05-07 Thread Smiley, David W.
Hi Barani, This identical question was posed at the same time on StackOverflow, and I answered it there already: http://stackoverflow.com/questions/16407110/solr-4-2-solr-latlontype-type-v s-solr-spatialrecursiveprefixtreefieldtype/16409327#16409327 ~ David On 5/6/13 12:28 PM, bbarani

solr.LatLonType type vs solr.SpatialRecursivePrefixTreeFieldType

2013-05-06 Thread bbarani
Hi, I am currently using SOLR 4.2 to index geospatial data. I have configured my geospatial field as below. fieldType name=location class=solr.LatLonType subFieldSuffix=_coordinate/ field name=latlong type=location indexed=true stored=false multiValued=true/ I just want to