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 contribute to the Tika Java documentation for this as I am
not happy with the current Java documentation for this class.

3.
We also currently maintain a legacy Metadata package [1] within Nutch. This
is a multi-valued Metadata container including sets of constant fields for
Nutch webpage and host metadata.
How much of this stuff do we actually need (to be maintaining)? Should we
not be leveraging more of the stuff available within Apache Tika for
Metadata fields. Is this a case of the more the merrier here?

Thank you very much in advance. I look forward to hearing back from anyone
on this, I am at ApacheCon just now and will cook up a patch based on the
feedback. Thank you.

Lewis

[0]
http://tika.apache.org/1.3/api/index.html?org/apache/tika/metadata/Metadata.html
[1]
http://svn.apache.org/repos/asf/nutch/trunk/src/java/org/apache/nutch/metadata/
-- 
*Lewis*

Reply via email to