mirror of https://github.com/apache/lucene.git
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:
parent
39e750d4b9
commit
e26e274933
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue