Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.