Re: Query regarding truncated Date Sort

2019-11-07 Thread Erick Erickson
The easiest and most efficient would be to store the date (or a copy) at day resolution and sort on that field instead. > On Nov 7, 2019, at 3:00 AM, Paras Lehana wrote: > > Hi Inderjeet, > > Wouldn't sorting on the default format will yield documents date-wise > sorted? The time won't impact

Re: Query regarding truncated Date Sort

2019-11-07 Thread Paras Lehana
Hi Inderjeet, Wouldn't sorting on the default format will yield documents date-wise sorted? The time won't impact the date order or do you have different timezones also? On Thu, 7 Nov 2019 at 12:52, Inderjeet Singh wrote: > Hi > > I am currently using solr 7.1.0. I have indexed a few documents

Query regarding truncated Date Sort

2019-11-06 Thread Inderjeet Singh
Hi I am currently using solr 7.1.0. I have indexed a few documents which have a date associated with it. The Managed schema configuration for that field is : Example of few values are : "Published_Date":"2019-10-25T00:00:00Z" "Published_Date":"2019-10-21T10:00:00Z"