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

Steven Rowe commented on SOLR-2901:
-----------------------------------

bq. Could someone fix the classpath config for IntelliJ IDEA in dev-tools?

IntelliJ IDEA effectively grabs {{\*\*/lib/\*.jar}} for its classpath (where 
{{**}} refers to all modules with {{lib/}} directories), rather than referring 
to explicitly named jar files, so as long as you rename jars (or add or remove 
jars, for that matter) in library directories that were already there, nothing 
needs to be done.

However, the Maven configuration will need fixing, since dependencies' versions 
are by contrast explicitly declared: In {{dev-tools/maven/pom.xml.template}}, 
the {{tika.version}} property setting  should be changed from 
{{<tika.version>0.10</tika.version>}} to {{<tika.version>1.0</tika.version>}}.  
(This property is used in both the {{tika-core}} and the {{tika-parsers}} 
dependency version declarations in the {{<dependencyManagement>}} section in 
the same file.)  The {{commons-compress}} dependency is handled through Maven's 
transitive dependency mechanism, since it's declared as a dependency in the 
{{tika-parsers}} POM, and so no configuration changes are required for it.
                
> Upgrade Solr to Tika 1.0
> ------------------------
>
>                 Key: SOLR-2901
>                 URL: https://issues.apache.org/jira/browse/SOLR-2901
>             Project: Solr
>          Issue Type: Improvement
>          Components: contrib - LangId, contrib - Solr Cell (Tika extraction)
>            Reporter: Jan Høydahl
>            Assignee: Jan Høydahl
>             Fix For: 3.6, 4.0
>
>         Attachments: SOLR-2901.patch
>
>
> Tika 1.0 was released November 7th and includes a number of improvements: 
> http://tika.apache.org/1.0/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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