Date and time is not being displayed properly, It goes to the next line after year and month, see following: "createdDate":"2012-12-
21T21:34:51Z"
in my schema:
<field name="createdDate" type="date" indexed="true" stored="true" required="true" />
and type is:
<fieldType name="date" class="solr.TrieDateField" precisionStep="0" positionIncrementGap="0"/>
Is there any datetime field in solr that i can write in schema.xml so that my date and time are shown properly in my resultset(json) from solr?