RE: Using TikaConfig troubles

2017-11-03 Thread Markus Jelsma
Awesome!! This works very well! Thanks, Markus -Original message- > From:Nick Burch > Sent: Friday 3rd November 2017 18:13 > To: user@tika.apache.org > Subject: Re: Using TikaConfig troubles > > On Fri, 3 Nov 2017, Markus Jelsma wrote: > > This is how Nutch gets the parser: > > Parser

Re: Using TikaConfig troubles

2017-11-03 Thread Nick Burch
On Fri, 3 Nov 2017, Markus Jelsma wrote: This is how Nutch gets the parser: Parser parser = tikaConfig.getParser(MediaType.parse(mimeType)); When no custom config is specified config is: new TikaConfig(this.getClass().getClassLoader()); When i specify a custom config, it is: tikaConfig = new Ti

RE: Using TikaConfig troubles

2017-11-03 Thread Markus Jelsma
Added: https://issues.apache.org/jira/browse/TIKA-2491 To be clear, it really works well outside of Nutch. Thanks again! Markus -Original message- > From:Allison, Timothy B. > Sent: Friday 3rd November 2017 16:40 > To: user@tika.apache.org > Subject: RE: Using TikaConfig troubles >

RE: Using TikaConfig troubles

2017-11-03 Thread Allison, Timothy B.
Ugh. Sorry. I'll take a look. Can you share your custom config file? This sounds like a bug, so please hang it on a new issue. ☹ -Original Message- From: Markus Jelsma [mailto:markus.jel...@openindex.io] Sent: Friday, November 3, 2017 11:12 AM To: user@tika.apache.org Subject: Using

Using TikaConfig troubles

2017-11-03 Thread Markus Jelsma
Hello, I need to use a custom tika-config.xml in Nutch, which has support for it but i can't get it to work. This is how Nutch gets the parser: Parser parser = tikaConfig.getParser(MediaType.parse(mimeType)); When no custom config is specified config is: new TikaConfig(this.getClass().getClass

RE: [jira] [Commented] (NUTCH-2439) Upgrade to Apache Tika 1.16

2017-11-03 Thread Allison, Timothy B.
I just pinged tika-dev. Unless there are surprises, I'll volunteer to start the process early next week. -Original Message- From: Markus Jelsma [mailto:markus.jel...@openindex.io] Sent: Friday, November 3, 2017 10:38 AM To: user@tika.apache.org Subject: RE: [jira] [Commented] (NUTCH-243

RE: [jira] [Commented] (NUTCH-2439) Upgrade to Apache Tika 1.16

2017-11-03 Thread Markus Jelsma
No worries! Any idea when 1.17 gets voted? So instead of upgrading Nutch to 1.16, i'll would prefer 1.17. Thanks, Markus -Original message- > From:Allison, Timothy B. > Sent: Friday 3rd November 2017 15:29 > To: user@tika.apache.org; Markus Jelsma > Subject: RE: [jira] [Commented] (NUT

RE: [jira] [Commented] (NUTCH-2439) Upgrade to Apache Tika 1.16

2017-11-03 Thread Allison, Timothy B.
Markus, Sorry for my delay on this. See TIKA-2490. -Original Message- From: Markus Jelsma [mailto:markus.jel...@openindex.io] Sent: Tuesday, October 17, 2017 5:01 PM To: user@tika.apache.org Subject: FW: [jira] [Commented] (NUTCH-2439) Upgrade to Apache Tika 1.16 Hello, I tried to up