mirror of https://github.com/apache/lucene.git
SOLR-486: make javabin the default for solrj
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@668731 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f2fb573cf1
commit
6190ce076f
|
@ -104,7 +104,7 @@ public class CommonsHttpSolrServer extends SolrServer
|
|||
}
|
||||
|
||||
public CommonsHttpSolrServer(URL baseURL, HttpClient client){
|
||||
this(baseURL, client, new XMLResponseParser());
|
||||
this(baseURL, client, new BinaryResponseParser());
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue