mirror of
https://github.com/apache/lucene.git
synced 2025-02-08 02:58:58 +00:00
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
|
this.setMaxTotalConnections( 128 ); // 20
|
||||||
}
|
}
|
||||||
|
|
||||||
// by default use the XML one
|
// by default use the binary response parser
|
||||||
_parser = parser;
|
_parser = parser;
|
||||||
|
|
||||||
this.useMultiPartPost = useMultiPartPost;
|
this.useMultiPartPost = useMultiPartPost;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user