Re: Date sorting

2010-08-19 Thread Erick Erickson
Whew! Thanks for bringing closure to that one, it looked ugly at the start! Best Erick On Thu, Aug 19, 2010 at 2:03 AM, kirsty wrote: > > > Grijesh.singh wrote: > > > > provide schema.xml and solrconfig.xml to dig the problem and by which > > version of solr u have indexed the data? > > > My gr

Re: Date sorting

2010-08-18 Thread kirsty
Grijesh.singh wrote: > > provide schema.xml and solrconfig.xml to dig the problem and by which > version of solr u have indexed the data? > My greatest apologies, I have seen my mistake! ...looks like someone had added a sort into the requestHandler on another date already...which I was not awa

Re: Date sorting

2010-08-18 Thread Grijesh.singh
lance, is there any Bug in solr1.4 related to sorting on date field? -- View this message in context: http://lucene.472066.n3.nabble.com/Date-sorting-tp1219372p1219537.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Date sorting

2010-08-18 Thread Grijesh.singh
provide schema.xml and solrconfig.xml to dig the problem and by which version of solr u have indexed the data? -- View this message in context: http://lucene.472066.n3.nabble.com/Date-sorting-tp1219372p1219534.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Date sorting

2010-08-18 Thread Lance Norskog
Wow. Can you try upgrading to 1.4.1 and re-indexing? On Wed, Aug 18, 2010 at 10:35 PM, kirsty wrote: > > Sorry forgot to mention that I am using SOLR 1.4 > and using the dismax query type. > > > > kirsty wrote: >> >> Hi I hope someone can point out what I am doing wrong. >> I have a date field in

Re: Date sorting

2010-08-18 Thread kirsty
Sorry forgot to mention that I am using SOLR 1.4 and using the dismax query type. kirsty wrote: > > Hi I hope someone can point out what I am doing wrong. > I have a date field in my schema > > > and I am trying to do a sort on it > example url: > ...select/?sort=PublishDate > asc&qt=FinCo