I have lot of documents to be uploaded to a sharepoint doc lib with the metadata similar to the following XML.
<Document>
<ID>123</ID>
<Description>Test</Description>
<Publishers>
<Publisher>
<PublisherId>123654</PublisherId>
<PublisherName>Nitin<Publishername>
</Publisher>
<Publisher>
<PublisherId>123654</PublisherId>
<PublisherName>Nitin<Publishername>
</Publisher>
<Publisher>
<PublisherId>123654</PublisherId>
<PublisherName>Nitin<Publishername>
</Publisher>
</Publishers>
</Document>
I am looking for the best appraoach to handle this so that documents are managed effectively and search is fast.