: Here is my solrconfig.xml for one of the core :
...
:
:
...
: I've added the maven dependencies like this for the solr war :
...
:
:
org.apache.sol
> About the solr.war, when i start my mvn cargo:run i put into
> the pom.xml the
> fact that he create the sol.war and for solr-cell tomcat
> needs some
> dependencies like solr-cell, solr-core, solr-solrj,
> tika-core and slf4j-api.
>
> Have you any idea about where is my mistake ?
Okey, for sol
-index-with-multiple-cores-tp3997221p3997367.html
Sent from the Solr - User mailing list archive at Nabble.com.
something wrong.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Binary-content-index-with-multiple-cores-tp3997221p3997368.html
Sent from the Solr - User mailing list archive at Nabble.com.
:
http://lucene.472066.n3.nabble.com/Binary-content-index-with-multiple-cores-tp3997221p3997370.html
Sent from the Solr - User mailing list archive at Nabble.com.
> regex="apache-solr-cell-\d.*\.jar" />
> regex=".*\.jar" />
Thats okey, do you see something like below in logs:
INFO: Adding
'file:/Users/iorixxx/Desktop/solr-trunk/solr/contrib/extraction/lib/tika-parsers-1.1.jar'
to classloader
> I've added the maven dependencies like this for the
dependency:tree i could find solr-cell.jar with tika.
Thanks for answers :)
--
View this message in context:
http://lucene.472066.n3.nabble.com/Binary-content-index-with-multiple-cores-tp3997221p3997238.html
Sent from the Solr - User mailing list archive at Nabble.com.
> I'm using the 3.6.0 version.
Are you using the following lib directives (defined solrconfig.xml)
or did you manually copied above jar files into solrHome/coreName/lib directory?
> I try to get the content from binary documents using
> solr-cell and i follow
> the wiki for that.
>
> After putting some missing classes, i arrive on this
> exception :
>
> Caused by: org.apache.solr.common.SolrException: Error
> Instantiating Request
> Handler, solr.extraction.ExtractingReque