Well, what does adding &debug=query show you for the parsed query? What documents show up?
My first guess is that since you're using exclusive rather than inclusive end points you're expectations aren't what you think. Best Erick On Mon, Feb 11, 2013 at 10:57 PM, ballusethuraman <ballusethura...@gmail.com > wrote: > 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 catentries > which is between these two values. > This is the url I used to hit the solr server. > ads_f11001 is the logical name of the attribute "year" that i have created > in management center. This value will be in "srchattrprop" table. 2000 and > 2005 is min and max range. > http://localhost/solr/MC_10701_CatalogEntry_en_US/select?q=ads_f11001:{2000 > 2005} > > when i try to hit this url i am getting 0 records found. > http://localhost/solr/MC_10701_CatalogEntry_en_US/select?q=ads_f11001:{2000 > TO *} > > and > > http://localhost/solr/MC_10701_CatalogEntry_en_US/select?q=ads_f11001:{*TO > 2005} > > These above two urls ferching me some result but it s not the expected > result. Plz help me to solve this issue. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Reverse-range-query-tp1789135p4039860.html > Sent from the Solr - User mailing list archive at Nabble.com. >