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 NoblePaul:
http://wiki.apache.org/solr/Solrj

------------------------------------------------------------------------------
  
  == 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. 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.
  {{{
      server.setRequestWriter(new BinaryRequestWriter());     
  }}}

Reply via email to