I want to change default date format in solr "yyyy-mm-ddThh:mm:ssZ" into "yyyy-mm-dd". To change date format what is the file should change inside solr folder? Where and what is the configuration file which can configure date foramt?
The date format used is a restricted form of the canonical representation of dateTime in the XML Schema specification. You can not change the solr default date format.
And schema.xml
is the file to configure the date field.
Example:
<field name="Date" datetimeformat="YYYY-MM-DD'T'HH:mm:sss'Z'"
indexed="true" multivalued="false" stored='true' type="date"> </field>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With