Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change 
notification.

The "DataImportHandler" page has been changed by KojiSekiguchi:
http://wiki.apache.org/solr/DataImportHandler?action=diff&rev1=320&rev2=321

Comment:
change hh to HH for date format

  There is a built-in transformer called the !DateFormatTransformer which is 
useful for parsing date/time strings into java.util.Date instances.
  
  {{{
- <field column="date" xpath="/RDF/item/date" 
dateTimeFormat="yyyy-MM-dd'T'hh:mm:ss" locale="en" />
+ <field column="date" xpath="/RDF/item/date" 
dateTimeFormat="yyyy-MM-dd'T'HH:mm:ss" locale="en" />
  }}}
  '''Attributes'''
  

Reply via email to