Re: Binary content index with multiple cores

2012-07-26 Thread Chris Hostetter
: 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

Re: Binary content index with multiple cores

2012-07-26 Thread Ahmet Arslan
> 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

Re: Binary content index with multiple cores

2012-07-26 Thread davidbougearel
-index-with-multiple-cores-tp3997221p3997367.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Binary content index with multiple cores

2012-07-26 Thread davidbougearel
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.

Re: Binary content index with multiple cores

2012-07-26 Thread davidbougearel
: 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.

Re: Binary content index with multiple cores

2012-07-25 Thread Ahmet Arslan
>   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

Re: Binary content index with multiple cores

2012-07-25 Thread davidbougearel
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.

Re: Binary content index with multiple cores

2012-07-25 Thread Ahmet Arslan
> 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?

Re: Binary content index with multiple cores

2012-07-25 Thread Ahmet Arslan
> 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