: 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
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
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
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
> 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
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
> 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