can we use transformer="RegexTransformer" and set in db_data_config.xml <field column="created" name="creer_dt" regex="(*)T(*)Z" groupNames="date_t,time_t" />
2016-07-16 18:18 GMT+01:00 Shawn Heisey <apa...@elyograg.org>: > On 7/15/2016 3:10 PM, kostali hassan wrote: > > Thank you Shawn the prb is when I display the field type date I get > > the value in this forme yyyy-MM-dd'T'hh:mm:ss'Z' > > Solr only displays ISO date format for date fields -- an example is > 2016-07-16T18:17:08.497Z -- and only in the UTC timezone. If you want > something else in your application, you'll have to translate it, or > you'll have to write a custom plugin to add to Solr that changes the > output format. > > Thanks, > Shawn > >