Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by ShalinMangar: http://wiki.apache.org/solr/Solrj The comment on the change is: Fixing typo ------------------------------------------------------------------------------ == Setting the RequestWriter == <!> ["Solr1.4"] - SolrJ lets you upload content in XML and Binary format. Dafault is set to be XML. Use the following to upload using Binary format. this is the same format which SolrJ uses to fetch results. + SolrJ lets you upload content in XML and Binary format. Default is set to be XML. Use the following to upload using Binary format. this is the same format which SolrJ uses to fetch results. {{{ server.setRequestWriter(new BinaryRequestWriter()); }}}
