Re: ClassCastException setting date.formats in ExtractingRequestHandler

2010-02-04 Thread Christoph Brill
Looks like it works. No crashes and the logs states it was added. I didn't test against acutal data, though. 04.02.2010 17:14:13 org.apache.solr.handler.extraction.ExtractingRequestHandler inform INFO: Adding Date Format: -MM-dd HH:mm:ss 04.02.2010 17:14:13 org.apache.solr.handler.extraction.E

Re: ClassCastException setting date.formats in ExtractingRequestHandler

2010-02-04 Thread Mark Miller
Mark Miller wrote: > Christoph Brill wrote: > >> Cool, this way it's no longer crashing. >> >> Thanks and Regards, >> Chris >> >> Am 04.02.2010 14:29, schrieb Mark Miller: >> >> >>> Before you file a JIRA issue: >>> >>> I don't believe this is a bug, so there is likely no need for JIRA.

Re: ClassCastException setting date.formats in ExtractingRequestHandler

2010-02-04 Thread Mark Miller
Christoph Brill wrote: > Cool, this way it's no longer crashing. > > Thanks and Regards, > Chris > > Am 04.02.2010 14:29, schrieb Mark Miller: > >> Before you file a JIRA issue: >> >> I don't believe this is a bug, so there is likely no need for JIRA. Try >> putting the date.formats snipped in

Re: ClassCastException setting date.formats in ExtractingRequestHandler

2010-02-04 Thread Christoph Brill
Cool, this way it's no longer crashing. Thanks and Regards, Chris Am 04.02.2010 14:29, schrieb Mark Miller: > Before you file a JIRA issue: > > I don't believe this is a bug, so there is likely no need for JIRA. Try > putting the date.formats snipped in the defaults section rather than > simply

Re: ClassCastException setting date.formats in ExtractingRequestHandler

2010-02-04 Thread Mark Miller
Lance Norskog wrote: > Please file a bug for this in the JIRA: > > http://issues.apache.org/jira/browse/SOLR > > Please add all details. > > Thanks! > > -- Forwarded message -- > From: Christoph Brill > Date: Tue, Feb 2, 2010 at 4:11 AM > Subject: C

Re: ClassCastException setting date.formats in ExtractingRequestHandler

2010-02-03 Thread Lance Norskog
Please file a bug for this in the JIRA: http://issues.apache.org/jira/browse/SOLR Please add all details. Thanks! -- Forwarded message -- From: Christoph Brill Date: Tue, Feb 2, 2010 at 4:11 AM Subject: ClassCastException setting date.formats in ExtractingRequestHandler To

ClassCastException setting date.formats in ExtractingRequestHandler

2010-02-02 Thread Christoph Brill
Hi list, I tried to add the following to my solrconfig.xml (to the ' -MM-dd which is described on the wiki page of the ExtractingRequestHandler[1]. After doing so I always get a ClassCastException once the lazy init of the handler is happening. This is a stock solr 1.4 with no modifica