mirror of https://github.com/apache/lucene.git
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:
parent
08b37ea20d
commit
3e795bf830
|
@ -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" />
|
||||||
|
|
Loading…
Reference in New Issue