Re: Problems using DataImportHandler and TikaEntityProcessor

2013-10-14 Thread PeteBleackley
directly with post.jar. > > Here's a page covering what you would need in order to send PDFs > directly rather than import them using DIH: > > http://wiki.apache.org/solr/ExtractingRequestHandler > > Thanks, > Shawn -- View this message in context: http://luc

Re: Problems using DataImportHandler and TikaEntityProcessor

2013-10-11 Thread Shawn Heisey
On 10/11/2013 9:32 AM, PeteBleackley wrote: > I tried changing the options to -Dauto -Dfiletypes=pdf. This gave me a 404 > error, apparently caused by post.jar adding /extract to the end of the URL In order to use post.jar, you would need the /update/extract handler, which is not defined in the ti

Re: Problems using DataImportHandler and TikaEntityProcessor

2013-10-11 Thread Furkan KAMACI
g.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:72) > at > > org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:264) > at > > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) > at > > org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) > at java.lang.Thread.run(Thread.java:724) > > > I tried changing the options to -Dauto -Dfiletypes=pdf. This gave me a 404 > error, apparently caused by post.jar adding /extract to the end of the URL > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Problems-using-DataImportHandler-and-TikaEntityProcessor-tp4094983p4094987.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Problems using DataImportHandler and TikaEntityProcessor

2013-10-11 Thread PeteBleackley
at java.lang.Thread.run(Thread.java:724) I tried changing the options to -Dauto -Dfiletypes=pdf. This gave me a 404 error, apparently caused by post.jar adding /extract to the end of the URL -- View this message in context: http://lucene.472066.n3.nabble.com/Problems-using-DataImportHandler-and-TikaEntityProcessor-tp4094983p4094987.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Problems using DataImportHandler and TikaEntityProcessor

2013-10-11 Thread Furkan KAMACI
There may be a problem with you schema. Could you send your solr logs? 2013/10/11 Peter Bleackley > Starting Solr with the command line > > > java -Dsolr.solr.home=example-DIH/**solr -jar start.jar > > > and then trying to import some data with > > java > -Durl=http://localhost:8983/**solr/tik

Problems using DataImportHandler and TikaEntityProcessor

2013-10-11 Thread Peter Bleackley
Starting Solr with the command line java -Dsolr.solr.home=example-DIH/solr -jar start.jar and then trying to import some data with java -Durl=http://localhost:8983/solr/tika/update -Dtype=application/pdf -jar post.jar *.pdf fails with error SimplePostTool: WARNING: Solr returned an error