We are using BinaryResponseParser as the default now

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@709186 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2008-10-30 15:58:26 +00:00
parent 39e750d4b9
commit e26e274933
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ public class CommonsHttpSolrServer extends SolrServer
this.setMaxTotalConnections( 128 ); // 20
}
// by default use the XML one
// by default use the binary response parser
_parser = parser;
this.useMultiPartPost = useMultiPartPost;