I can not convert base64 encoded data to text in my application as it will impact my core application processing. I want this task should be done at Solr side. Can I use Apache Tika for this at solr side ? But the format I am sending to Solr is XML format with some fields are in plain text and some are in base64 encoded(may contain pdf, doc, text, image etc).
If I had only text fields in XML then I would have used XMLUpdateRequestHandler. Since the XML fields are mixed types(US-ASCII characters and base64 encode data) so I am confused how to proceed. Pls. share your thoughts.... -- View this message in context: http://lucene.472066.n3.nabble.com/Indexing-on-plain-text-data-and-base64-encode-data-in-a-single-HTTP-POST-request-tp4097905p4097930.html Sent from the Solr - User mailing list archive at Nabble.com.