There is a problem with Base64 encoding. There is a project specific requirement where i need to do some processing on solr string field type and then base64 encode it. I was using Sun's base64 encoder which is dependent on the JRE of the system. So when i used to index the base64 it was adding system specific new line character after every 77 characters. I googled a bit and changed the base64 encoder to apache codec for base64 encoding. this fixed the problem.
Thanks for all your time and help. Best Regards Mukesh Katariya -- View this message in context: http://lucene.472066.n3.nabble.com/Portability-of-Solr-index-tp4061829p4062230.html Sent from the Solr - User mailing list archive at Nabble.com.