You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Alexandre Madurell (JIRA)" <ji...@apache.org> on 2014/03/03 20:14:25 UTC

[jira] [Commented] (TIKA-1252) Tika is not indexing all authors of a PDF

    [ https://issues.apache.org/jira/browse/TIKA-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13918450#comment-13918450 ] 

Alexandre Madurell commented on TIKA-1252:
------------------------------------------

Hmmm... maybe I need to build a DublinCoreAdapter on top of Tika's Metadata class as mentioned here? http://lucene.472066.n3.nabble.com/Metadata-use-by-Apache-Java-projects-td645477.html#a645484

Kind of a newbie here... any help is appreciated.

> Tika is not indexing all authors of a PDF
> -----------------------------------------
>
>                 Key: TIKA-1252
>                 URL: https://issues.apache.org/jira/browse/TIKA-1252
>             Project: Tika
>          Issue Type: Bug
>          Components: metadata, parser
>    Affects Versions: 1.4
>         Environment: Ubuntu 12.04 (x64) Solr 4.6.0 (Amazon Web Services, Bitnami Stack)
>            Reporter: Alexandre Madurell
>
> When submitting a PDF with this information in its XMP metadata:
> ...
>       <dc:creator>
>         <rdf:Bag>
>           <rdf:li>Author 1</rdf:li>
>           <rdf:li>Author 2</rdf:li>
>         </rdf:Bag>
>       </dc:creator>
> ...
> Only the first one appears in the collection:
> ...
>         "author":["Author 1"],
>         "author_s":"Author 1",
> ...
> In spite of having set the field to multiValued in the Solr schema:
> <field name="author" type="text_general" indexed="true" stored="true" multiValued="true"/>
> Let me know if there's any further specific information I could provide.
> Thanks in advance! 



--
This message was sent by Atlassian JIRA
(v6.2#6252)