[ 
https://issues.apache.org/jira/browse/SOLR-284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Harris updated SOLR-284:
------------------------------

    Attachment: SOLR-284.patch

As I mentioned before, tests for these 

  solr.client.solrj.embedded.JettyWebappTest
  solr.client.solrj.embedded.LargeVolumeJettyTest
  solr.client.solrj.embedded.SolrExampleJettyTest
  solr.client.solrj.embedded.TestSpellCheckResponse

were failing, with Solr giving a classnotfoundexception for one of the 
extracting document loader (ie Solr Cell) classes.

This revision fixes this by removing all references to this Tika handler from 
/trunk/example/conf/solrconfig.xml and /trunk/example/conf/schema.xml. Note 
that these references still exist (and are still used for testing) in 
/trunk/contrib/extraction/src/test/resources/solr/conf.

There are probably other ways to make these tests pass, perhaps involving 
changing the setUp() methods for the above mentioned tests' java files. (For 
example, maybe you could fiddle with the path parameter passed to the 
WebAppContext constructor in JettyWebappTest.java? I don't really know anything 
about this embedded stuff.) I like the current approach, though, because it 
avoids further changes to code that's logically independent of this handler.


> 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-284.patch, SOLR-284.patch, SOLR-284.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.

Reply via email to