the date.format setting does not work
-------------------------------------
Key: SOLR-1756
URL: https://issues.apache.org/jira/browse/SOLR-1756
Project: Solr
Issue Type: Bug
Components: contrib - Solr Cell (Tika extraction)
Affects Versions: 1.4
Reporter: Mark Miller
Assignee: Mark Miller
Fix For: 1.5
There is a bad cast (casts to String when its a Map.Entry), and an iterator is
used by constantly creating a new iterator rather than using the same one - so
it never actually iterates, and calling hasNext on a new iterator every time
creates an infinite loop.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.