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
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
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>>
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
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
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