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.

Solr sorting is not working properly on long Fields

2013-03-23 Thread ballusethuraman
Hi, I am having a column named 'Kilometers' and when I try to sort with that it is not working properly. The values in 'Kilometers' column are, Kilometers 17 111 97 923 65 611 Values in 'Kilometers' after soting are Kilometers 97 923 65 611 17 111 The Problem here is, when 9

Solr Sorting is not working properly on long Fields

2013-03-23 Thread ballusethuraman
Hi, I am having a column named 'Kilometers' and when I try to sort with that it is not working properly.The values in 'Kilometers' column are,Kilometers171119792365611Values in 'Kilometers' after soting are Kilometers979236561117111The Problem here is, when 97 is compared with 923 it is taking

Fetching the date based on lastupdate

2013-02-14 Thread ballusethuraman
Hi, I am having a column called 'lastUpdate' in my solr which will contain last updated date. Now i want fetch last 24 lastupdated dates from that column. How to do this??? Querying the solr server with the following URL fetches me the result , http://localhost/solr/MC_10701_catalogEntry/q=lastU

Searching with min and max range in solr

2013-02-11 Thread ballusethuraman
Hi, I have craeted new attribute(Year) in attribute dictionary and associated with different catentries with different values say 2000,2001,2002,2003,...2012. Now I want to search with the Year attribute with min and max range. when 2000 to 2005 is given as search condition it should fetch the cate

Re: Reverse range query

2013-02-11 Thread ballusethuraman
Hi, I have craeted new attribute(Year) in attribute dictionary and associated with different catentries with different values say 2000,2001,2002,2003,...2012. Now I want to search with the Year attribute with min and max range. when 2000 to 2005 is given as search condition it should fetch the cate