[ 
https://issues.apache.org/jira/browse/SOLR-4209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13535099#comment-13535099
 ] 

Uwe Schindler commented on SOLR-4209:
-------------------------------------

I think we should document which document types are supported by the 
solr-release out-of the box (README file). Class files are definitely not a 
common use case for Solr indexing so I disagree with including the parser 
dependencies. Solr is a text indexing server, so the primary list of parsers 
should be document parsers, not parsers for binary-only file formats without 
any useful text content for a full text search engine.

I just repeat: You can add the missing parsers to your lib folde rof the Solr 
installation.

-1 to add support for ASM and NETCDF or MP3 files out of the box. This bloats 
the release only useful for 0.01% of all users. It is so easy to download the 
remaining JAR files and place them in lib folder.

I would +1 to add a setting to SolrCell so it can ignore files that have no 
parser or where the parser is disabled because of missing dependencies (TIKA 
itsself already handles this by catching ClassNotFoundEx and ignoring those 
parsers).

bq. Tika 1.2 depends on asm-3.1. Conflicting versions of same jar is not good?

You cannot upgrade this version as ASM 4.x is incompatible to 3.x, but using 
same package names, but largely different API (e.g. interfaces got classes and 
so on).
                
> asm-3.1.jar is missing
> ----------------------
>
>                 Key: SOLR-4209
>                 URL: https://issues.apache.org/jira/browse/SOLR-4209
>             Project: Solr
>          Issue Type: Bug
>          Components: contrib - Solr Cell (Tika extraction)
>    Affects Versions: 4.0
>            Reporter: Shinichiro Abe
>            Priority: Minor
>         Attachments: SOLR-4209.patch
>
>
> One of Tika dependency file is missing on Solr 4.0. 
> When posting java class files into Solr via SolrCell, those files can't be 
> indexed without asm-3.1.jar.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to