Here is my solrconfig.xml for one of the core : <lib dir="../../dist/" regex="apache-solr-cell-\d.*\.jar" /> <lib dir="../../contrib/extraction/lib" regex=".*\.jar" />
... I've added the maven dependencies like this for the solr war : <dependencies combine.self="override"> <dependency> <groupId>org.apache.solr</groupId> <artifactId>solr-cell</artifactId> <classpath>shared</classpath> </dependency> <dependency> <groupId>org.apache.solr</groupId> <artifactId>solr-core</artifactId> <classpath>shared</classpath> </dependency> <dependency> <groupId>org.apache.solr</groupId> <artifactId>solr-solrj</artifactId> <classpath>shared</classpath> </dependency> <dependency> <groupId>org.apache.tika</groupId> <artifactId>tika-core</artifactId> <classpath>shared</classpath> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <classpath>shared</classpath> </dependency> </dependencies> iorixxx wrote > >> I'm using the 3.6.0 version. > > Are you using the following lib directives (defined solrconfig.xml) > > <lib dir="../../../dist/" regex="apache-solr-cell-\d.*\.jar" /> > <lib dir="../../../contrib/extraction/lib" regex=".*\.jar" /> > > or did you manually copied above jar files into solrHome/coreName/lib > directory? > iorixxx wrote > >> I'm using the 3.6.0 version. > > Are you using the following lib directives (defined solrconfig.xml) > > <lib dir="../../../dist/" regex="apache-solr-cell-\d.*\.jar" /> > <lib dir="../../../contrib/extraction/lib" regex=".*\.jar" /> > > or did you manually copied above jar files into solrHome/coreName/lib > directory? > iorixxx wrote > >> I'm using the 3.6.0 version. > > Are you using the following lib directives (defined solrconfig.xml) > > <lib dir="../../../dist/" regex="apache-solr-cell-\d.*\.jar" /> > <lib dir="../../../contrib/extraction/lib" regex=".*\.jar" /> > > or did you manually copied above jar files into solrHome/coreName/lib > directory? > When i do mvn 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.