You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ko...@apache.org on 2012/07/24 18:54:51 UTC

svn commit: r1365166 - /lucene/dev/trunk/solr/example/example-DIH/solr/rss/conf/rss-data-config.xml

Author: koji
Date: Tue Jul 24 16:54:51 2012
New Revision: 1365166

URL: http://svn.apache.org/viewvc?rev=1365166&view=rev
Log:
change hh to HH for date format in DIH example

Modified:
    lucene/dev/trunk/solr/example/example-DIH/solr/rss/conf/rss-data-config.xml

Modified: lucene/dev/trunk/solr/example/example-DIH/solr/rss/conf/rss-data-config.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/example-DIH/solr/rss/conf/rss-data-config.xml?rev=1365166&r1=1365165&r2=1365166&view=diff
==============================================================================
--- lucene/dev/trunk/solr/example/example-DIH/solr/rss/conf/rss-data-config.xml (original)
+++ lucene/dev/trunk/solr/example/example-DIH/solr/rss/conf/rss-data-config.xml Tue Jul 24 16:54:51 2012
@@ -17,7 +17,7 @@
             <field column="description" xpath="/RDF/item/description" />
             <field column="creator" xpath="/RDF/item/creator" />
             <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-section" xpath="/RDF/item/section" />
             <field column="slash-comments" xpath="/RDF/item/comments" />