Tim Allison created TIKA-4608:
---------------------------------
Summary: Clean up metadata filter api in 4.x
Key: TIKA-4608
URL: https://issues.apache.org/jira/browse/TIKA-4608
Project: Tika
Issue Type: Task
Reporter: Tim Allison
In 4.x, we merged MetadataFilter and MetadataListFilter. We're left with a
smelly api that looks like List<Metadata> should be immutable because there's a
return value, but it is in fact mutable for the sake of efficiency. Let's fix
the MetadataFilter api so that it is clearly mutable.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)