[ 
https://issues.apache.org/jira/browse/TIKA-1826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tim Allison resolved TIKA-1826.
-------------------------------
    Resolution: Fixed

In the gui, we're calling get() on the metadata object which only returns the 
first value. 

>From TikaGUI:
{noformat}
            metadataBuffer.append(md.get(name));
{noformat}

We need to call {{getValues(name)}} and iterate through the values.

> tika-app gui should print all metadata values, not just the first
> -----------------------------------------------------------------
>
>                 Key: TIKA-1826
>                 URL: https://issues.apache.org/jira/browse/TIKA-1826
>             Project: Tika
>          Issue Type: Bug
>            Reporter: Tim Allison
>            Priority: Trivial
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to