Hi list!
I'm using Tika to parse xml and then index them using Solr. I wrote a
parser, based on DcXMLParser to handle my special xml tags. It's working :)
Now I have a problem because sometimes in my files I have multivalued
fields (what I mean that there are e.g 2 <dc:title> title </dc:title> tags
in the file). I want them to be indexed in Solr as multivalued field but in
metadata I get from Tika parser those titles are concatenated and they are
in one title field. What should I do to get what I want? Any help
apprieciated :)
Regards,
Alex

Reply via email to