Hi Solr users, Does Solr support/or will in the future base64 encoded XML documents so that binary blobs can be added to the index?
I have been using this solr client by Darren Vengroff successfully. It easily plugs-in into the Solr package and could also use binary functions in org.apache.solr.util.XML http://issues.apache.org/jira/browse/SOLR-20 So far I have been storing binary data in the lucene index, I realise this is not an optimal solution, but so far I have not found a java container system to manage documents. Can anyone recommend one? Regards, Ben