Why would you want to do this? Javabin is used by SolrJ to communicate with Solr. XML is good enough for communicating from the command line/curl, as is JSON. Attempting to use javabin just seems to add an unnecessary complication.
Upayavifra On Thu, Apr 24, 2014, at 10:20 AM, Elran Dvir wrote: > Hi all, > Is there a way I can covert a xml Solr update message file to javabin > file? If so, How? > How can I use curl to update Solr by javabin message file? > > Thank you very much.