Searched defs:CommonsHttpSolrServer (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/solr/solrj/src/java/org/apache/solr/client/solrj/impl/
H A DCommonsHttpSolrServer.java59 * The {@link CommonsHttpSolrServer} uses the Apache Commons HTTP Client to connect to solr.
60 * <pre class="prettyprint" >SolrServer server = new CommonsHttpSolrServer( url );</pre>
62 * @version $Id: CommonsHttpSolrServer.java 1305074 2012-03-25 16:30:58Z siren $
66 public class CommonsHttpSolrServer extends SolrServer class in inherits:SolrServer
75 public static final String AGENT = "Solr["+CommonsHttpSolrServer.class.getName()+"] 1.0";
77 private static Logger log = LoggerFactory.getLogger(CommonsHttpSolrServer.class);
150 public CommonsHttpSolrServer(String solrServerUrl) throws MalformedURLException { method in class:CommonsHttpSolrServer
160 public CommonsHttpSolrServer(String solrServerUrl, HttpClient httpClient) throws MalformedURLException { method in class:CommonsHttpSolrServer
164 public CommonsHttpSolrServer(String solrServerUrl, HttpClient httpClient, boolean useMultiPartPost) throws MalformedURLException { method in class:CommonsHttpSolrServer
168 public CommonsHttpSolrServer(Strin method in class:CommonsHttpSolrServer
177 public CommonsHttpSolrServer(URL baseURL) method in class:CommonsHttpSolrServer
182 public CommonsHttpSolrServer(URL baseURL, HttpClient client) { method in class:CommonsHttpSolrServer
190 public CommonsHttpSolrServer(URL baseURL, HttpClient client, boolean useMultiPartPost) { method in class:CommonsHttpSolrServer
198 public CommonsHttpSolrServer(URL baseURL, HttpClient client, ResponseParser parser, boolean useMultiPartPost) { method in class:CommonsHttpSolrServer
[all...]

Completed in 2914 milliseconds