: <field column=" field " xpath="/xpath " dateTimeFormat="MM/yy"/> : : Schema.xml : <field name=" zielfeld " type="date" indexed="true" stored="true"> : : Result in Solr: 2013-04-30T22:00:00Z : I think the date should look like this: 2013-05-01T00:00:00Z
Did you check the docs? if you are using Solr prior to Solr 4.1 what you are describing looks appropriate if your server is running on a machine with a UTC offset of 2 hours... http://wiki.apache.org/solr/DataImportHandler#DateFormatTransformer -Hoss