Re: Solr Date Format

2015-11-25 Thread Alexandre Rafalovitch
Solr internally only supports that format. However, it is possible to use an UpdateRequestProcessor to pre-process other formats. That's what happening when you are using the "schemaless" mode: https://github.com/apache/lucene-solr/blob/lucene_solr_5_3_1/solr/example/files/conf/solrconfig.xml#L1356

Solr Date Format

2015-11-25 Thread Salman Ansari
Hi, I was exploring Solr date formats and came across the following link https://cwiki.apache.org/confluence/display/solr/Working+with+Dates which specifies that the date format in Solr is as -MM-DDThh:mm:ssZ I was wondering if 1) Solr support other date formats? 2) Solr supports other calen