Hi, I am using ExtractingRequestHandler to index rich text documents. The way I am doing it is I get some data related to the document from database and then post an xml (containing only this data ) to solr. Then I make another call to solr, which sends the actual document to be indexed. But while doing so I am loosing out all the other data that is related to the document.
Is this the right way to do handle it or am I missing out on something. TIA