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 :
         <fieldType name="pdate" class="solr.DatePointField"
docValues="true"/>
         <field name="Published_Date" type="pdate" multiValued="false"
indexed="true" stored="true"/>

Example of few values are :
          "Published_Date":"2019-10-25T00:00:00Z"
"Published_Date":"2019-10-21T10:00:00Z"

I want to sort the documents based on these Published_Date parameters but
only on the day(not the time/timezones)
Sorting on the basis of '2019-10-25'

Please help me in finding how I could achieve this.

Regards
Inderjeet Singh

Reply via email to