change hh to HH for date format in DIH example

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1365166 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Koji Sekiguchi 2012-07-24 16:54:51 +00:00
parent 08b37ea20d
commit 3e795bf830
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<field column="description" xpath="/RDF/item/description" /> <field column="description" xpath="/RDF/item/description" />
<field column="creator" xpath="/RDF/item/creator" /> <field column="creator" xpath="/RDF/item/creator" />
<field column="item-subject" xpath="/RDF/item/subject" /> <field column="item-subject" xpath="/RDF/item/subject" />
<field column="date" xpath="/RDF/item/date" dateTimeFormat="yyyy-MM-dd'T'hh:mm:ss" /> <field column="date" xpath="/RDF/item/date" dateTimeFormat="yyyy-MM-dd'T'HH:mm:ss" />
<field column="slash-department" xpath="/RDF/item/department" /> <field column="slash-department" xpath="/RDF/item/department" />
<field column="slash-section" xpath="/RDF/item/section" /> <field column="slash-section" xpath="/RDF/item/section" />
<field column="slash-comments" xpath="/RDF/item/comments" /> <field column="slash-comments" xpath="/RDF/item/comments" />