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:
Yonik Seeley 2008-06-17 16:29:33 +00:00
parent f2fb573cf1
commit 6190ce076f
1 changed files with 1 additions and 1 deletions

View File

@ -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());
}