Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change 
notification.

The following page has been changed by ryan:
http://wiki.apache.org/solr/Solrj

The comment on the change is:
5 is too small for connection timeout

------------------------------------------------------------------------------
  {{{
    String url = "http://localhost:8983/solr";
    SolrServer server = new CommonsHttpSolrServer( url );
-   ((CommonsHttpSolrServer)server).setConnectionTimeout(5);
+   ((CommonsHttpSolrServer)server).setConnectionTimeout(100);
    ((CommonsHttpSolrServer)server).setDefaultMaxConnectionsPerHost(100);
    ((CommonsHttpSolrServer)server).setMaxTotalConnections(100);
  }}} 

Reply via email to