To start with, you have "+"-coded spaces in the range part, but the sort parameter has an unencoded space character.
Not sure if this is the reason that it fails, but it is certainly a reason to look closer at how you encode your queries... On 16 Jan 2014, at 12:29 , rachun <rachun.c...@gmail.com> wrote: > Hi Gurus, > > Please help... > I just want to query the document with price_min range and I do like this > q=...&sort=price_min asc,update_date desc&facet.query=price_min:[*+TO+1300] > > I got error > '400' Status: Bad Request > > what's wrong with this? > > Thank you very much. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Query-by-range-of-price-tp4111655.html > Sent from the Solr - User mailing list archive at Nabble.com.