[
https://issues.apache.org/jira/browse/SOLR-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650365#action_12650365
]
Grant Ingersoll commented on SOLR-284:
--------------------------------------
{quote}
The 2008-11-15 01:12 PM version of SOLR-284.patch contains modifications to
client/java/solrj/src/org/apache/solr/client/solrj/util/ClientUtils.java
related to date handling. That's not intentional, is it?
{quote}
Yes, it is intentional. The user will need to be able to pass in/configure
their own Date formats for their documents and the implementation has to be
able to map those to Solr's canonical date format. Thus, I moved the date
handling stuff to a "common" DateUtils class (and deprecated it in ClientUtils)
because it is needed on the server side too. Unfortunately, it looks like I
did some reformatting on the class as a whole, too. Sorry 'bout that.
> Parsing Rich Document Types
> ---------------------------
>
> Key: SOLR-284
> URL: https://issues.apache.org/jira/browse/SOLR-284
> Project: Solr
> Issue Type: New Feature
> Components: update
> Reporter: Eric Pugh
> Assignee: Grant Ingersoll
> Fix For: 1.4
>
> Attachments: libs.zip, rich.patch, rich.patch, rich.patch,
> rich.patch, rich.patch, rich.patch, rich.patch, SOLR-284.patch,
> SOLR-284.patch, solr-word.pdf, source.zip, test-files.zip, test-files.zip,
> test.zip, un-hardcode-id.diff
>
>
> I have developed a RichDocumentRequestHandler based on the CSVRequestHandler
> that supports streaming a PDF, Word, Powerpoint, Excel, or PDF document into
> Solr.
> There is a wiki page with information here:
> http://wiki.apache.org/solr/UpdateRichDocuments
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.