Hello, I am having a problem indexing a date field.
In my schema the date field is defined the standard way: <fieldType name="date" class="solr.DateField" sortMissingLast="true" omitNorms="true"/> I know the Solr format is 1995-12-31T23:59:59Z, but the dates coming from my "sources" are in the format 2009-04-10T02:02:55+0200 How can I make the conversion? Do I have to extend DateField or is there any cleaner way to do it? Thanks in advance! Giovanni