[
https://issues.apache.org/jira/browse/SOLR-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829632#action_12829632
]
Mark Miller commented on SOLR-1756:
-----------------------------------
Couple System.out's in there that I will remove before committing.
> 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
>
> Attachments: SOLR-1756.patch
>
>
> 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.