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
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
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"