CommonsHttpSolrServer - documentation - phase II (Addition of log in
setMaxRetries as a warning for out of range input)
-------------------------------------------------------------------------------------------------------------------------
Key: SOLR-960
URL: https://issues.apache.org/jira/browse/SOLR-960
Project: Solr
Issue Type: Improvement
Components: clients - java
Reporter: Kay Kay
Priority: Minor
Fix For: 1.4
Attachments: SOLR-960.patch
Add javadoc for :
CommonsHttpSolrServer#AGENT
CommonsHttpSolrServer#_invariantParams
CommonsHttpSolrServer#_followRedirects
CommonsHttpSolrServer#_allowCompression , _maxRetries
#setConnectionTimeout, #setSoTimeout
#setConnectionManagerTimeout(int) deprecated in favor of
#setConnectionManagerTimeout(long) with the same API as in HttpClient 3.1 .
#setMaxRetries - there would be a warning in the log message if the maximum
retries were > 1 to keep the programmer explicitly aware of the same.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.