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 BinaryResponseParser ===
- Anew binary response format is added for solr 1.3. It is a faster/smaller 
format . To use that add the following snippet.
+ Anew binary response format is added for solr 1.3. It is a faster/smaller 
format . Add the following snippet to use that format
  {{{
- solrServer.setParser(new BinaryResponseParser());
+ server.setParser(new BinaryResponseParser());
  }}}
  === Changing other Connection Settings ===
  If you need to control other connection settings, you can cast the server to 
!CommonsHttpSolrServer.

Reply via email to