Hi All,

I am trying to index a metatag "topic_date" of format "mm/dd/yy".

But I am getting an exception of Invalid date string.

I tried to google it but I could see that in solr the date time format is
YYYY-MM-DDThh:mm:ssZ.

I tried configuring the time format in schema as below:

<field name="metatag.wc_topic_date" type="date" datetimeformat="MM/DD/YY"
stored="true" indexed="true" multivalued="false"/>

But getting the same error.

Is my configuration wrong.

Please help me How can I achieve indexing my date field in my own specified
format (MM/DD/YY).

Thanks in advance!!!

Regards,
Niranjan








--
View this message in context: 
http://lucene.472066.n3.nabble.com/While-Indexing-in-Solr-getting-SolrException-Invalid-Date-String-12-20-13-tp4132371.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to