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

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -