Re: Improvement in Metadata Class

2013-03-06 Thread Lewis John Mcgibbney
anks! >> >> Cheers, >> Chris >> >> >> From: Lewis John Mcgibbney >> Reply-To: "user@tika.apache.org" >> Date: Tuesday, February 26, 2013 3:25 PM >> To: "user@tika.apache.org" >> Subject: Improvem

Re: Improvement in Metadata Class

2013-03-06 Thread Lewis John Mcgibbney
bbney > Reply-To: "user@tika.apache.org" > Date: Tuesday, February 26, 2013 3:25 PM > To: "user@tika.apache.org" > Subject: Improvement in Metadata Class > > Hi, > (This is maybe traffic for dev@ but I hope it is OK here on user@) > > 1. > In

Re: Improvement in Metadata Class

2013-03-03 Thread Mattmann, Chris A (388J)
Mcgibbney mailto:lewis.mcgibb...@gmail.com>> Reply-To: "user@tika.apache.org<mailto:user@tika.apache.org>" mailto:user@tika.apache.org>> Date: Tuesday, February 26, 2013 3:25 PM To: "user@tika.apache.org<mailto:user@tika.apache.org>" mailto:user@tika.apache.org>>

Re: Improvement in Metadata Class

2013-02-26 Thread Lewis John Mcgibbney
Very helpful as ever Nick. See you later. Get the lager ready. Lewis On Tue, Feb 26, 2013 at 4:37 PM, Nick Burch wrote: > On Tue, 26 Feb 2013, Lewis John Mcgibbney wrote: > >> 1. >> In Apache Nutch we are using the Metadata class [0] as follows >> if (tikaMDName.equalsIgnoreCase(**Metadata.TITLE

Re: Improvement in Metadata Class

2013-02-26 Thread Nick Burch
On Tue, 26 Feb 2013, Lewis John Mcgibbney wrote: 1. In Apache Nutch we are using the Metadata class [0] as follows if (tikaMDName.equalsIgnoreCase(Metadata.TITLE)) continue; TITLE value is deprecated and I want to upgrade API usage. What should I be using? I was going to say "Just check the jav

Improvement in Metadata Class

2013-02-26 Thread Lewis John Mcgibbney
Hi, (This is maybe traffic for dev@ but I hope it is OK here on user@) 1. In Apache Nutch we are using the Metadata class [0] as follows if (tikaMDName.equalsIgnoreCase(Metadata.TITLE)) continue; TITLE value is deprecated and I want to upgrade API usage. What should I be using? 2. I would like to