Date and time is not being displayed properly, It goes to he 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?



--
View this message in context: 
http://lucene.472066.n3.nabble.com/solr-datetime-field-tp4035704.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to