Re: Solr Sorting is not working properly on long Fields

2013-03-24 Thread SUJIT PAL
Hi ballusethuraman, I am sure you have done this already, but just to be sure, did you reindex your existing kilometer data after you changed the data type from string to long? If not, then you should. -sujit On Mar 23, 2013, at 11:21 PM, ballusethuraman wrote: > Hi, I am having a colum

Re: Solr sorting is not working properly on long Fields

2013-03-24 Thread ballusethuraman
Yes I did.. But there is no change in result.. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-sorting-is-not-working-properly-on-long-Fields-tp4050834p4050844.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr sorting is not working properly on long Fields

2013-03-23 Thread Gora Mohanty
On 24 March 2013 11:56, ballusethuraman wrote: > Hi, I am having a column named 'Kilometers' and when I try to sort with that > it is not working properly. [...] > Initially Kilometers column was having string as datatype and I thought the > problem could be because of that and i changed the datat