Here is a stack: SEVERE: Full Import failed org.apache.solr.handler. dataimport.DataImportHandlerException: Unable to load En tityProcessor implementation for entity:9946435225838 Processing Document # 1 at org.apache.solr.handler.dataimport.DocBuilder.getEntityProcessor(DocB uilder.java:576) ..... ..... Caused by: org.apache.solr.common.SolrException: Error loading class 'TikaEntity Processor' at org.apache.solr.core.SolrResourceLoader.findClass(SolrResourceLoader. java:375) ..... ..... Caused by: java.lang.ClassNotFoundException: TikaEntityProcessor at java.net.URLClassLoader$1.run(Unknown Source) .....
why? Tu 2012/2/10 Gora Mohanty <g...@mimirtech.com> > On 10 February 2012 04:15, alessio crisantemi > <alessio.crisant...@gmail.com> wrote: > > hi all, > > I would index on solr my pdf files wich includeds on my directory > c:\myfile\ > > > > so, I add on my solr/conf directory the file data-config.xml like the > > following: > [...] > > > but this is the result: > [...] > > Your Solr URL for dataimport looks a little odd: You seem to be > doing a delta-import. Normally, one would start with a full import: > http://solr-host:port/solr/dataimport?command=full-import > > Have you looked in the Solr logs for the cause of the exception? > Please share that with us. > > Regards, > Gora >