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
Thanks for replying, here is my dependency related to solr-cell : org.apache.solr:solr-cell:jar:3.6.0:compile [INFO] | +- com.ibm.icu:icu4j:jar:4.8.1.1:compile [INFO] | +- *org.apache.tika:tika-parsers:jar:1.0:compile* [INFO] | | +- org.apache.tika:tika-core:jar:1.0:compile [INFO] | | +- ed

Re: Binary content index with multiple cores

2012-07-26 Thread davidbougearel
To help finding the solution, with my JUnit test here is the stack trace : org.apache.solr.client.solrj.SolrServerException: Server at http://localhost:8983/solr/document returned non ok status:500, message:Internal Server Error at org.apache.solr.client.solrj.impl.HttpSolrServer.request(H

Re: Binary content index with multiple cores

2012-07-26 Thread davidbougearel
Ok i find a way to use it, it was a problem with librairies. In fact i dont want to index PDF or Word directly i just want to get the content to add into my document content so i guess i will have to use tika to get the XML and to get the node that i want. -- View this message in context: http

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
Here is my solrconfig.xml for one of the core : ... I've added the maven dependencies like this for the solr war : org.apache.solr

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