apache - How to change date format in solr yyyy-mm-ddThh:mm:ssZ into " yyyy-mm-dd"? -


i want change default date format in solr "yyyy-mm-ddthh:mm:ssz" "yyyy-mm-dd". change date format file should change inside solr folder? , configuration file can configure date foramt?

the date format used restricted form of canonical representation of datetime in xml schema specification. can not change solr default date format.

and schema.xml file configure date field.

example:

<field name="date" datetimeformat="yyyy-mm-dd't'hh:mm:sss'z'"  indexed="true" multivalued="false" stored='true' type="date"> </field> 

Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -