Re: Problems using DataImportHandler and TikaEntityProcessor

2013-10-14 Thread PeteBleackley
OK, so I put my pdf files in a directory /path/to/pdf, and edited example-DIH/solr/tika/conf/tika-data-config.xml to contain the parameter What should I do next? Shawn Heisey-4 wrote > On 10/11/2013 9:32 A

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
Here is a similar conversation: http://search-lucene.com/m/GeXcg1YfgQ32/Re%253A+Solr+4.0+error+message%253A+%2522Unsupported+ContentType%253A+Content-type%253Atext%252Fxml%2522&subj=Re+Solr+4+0+error+message+Unsupported+ContentType+Content+type+text+xml+ Could you change -Dauto into -Dtype=applica

Re: Problems using DataImportHandler and TikaEntityProcessor

2013-10-11 Thread PeteBleackley
kamaci wrote > There may be a problem with you schema. Could you send your solr logs? > > > 2013/10/11 Peter Bleackley < > bleackleyp@.co > > > >> Starting Solr with the command line >> >> >> java -Dsolr.solr.home=example-DIH/**solr -jar start.jar >> >> >> and then trying to import some data w

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