Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@locus.apache.org Received: (qmail 32015 invoked from network); 14 Jan 2009 18:26:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jan 2009 18:26:27 -0000 Received: (qmail 15788 invoked by uid 500); 14 Jan 2009 18:26:20 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 15720 invoked by uid 500); 14 Jan 2009 18:26:20 -0000 Mailing-List: contact solr-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-dev@lucene.apache.org Received: (qmail 15702 invoked by uid 99); 14 Jan 2009 18:26:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jan 2009 10:26:20 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jan 2009 18:26:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A319A234C4AF for ; Wed, 14 Jan 2009 10:25:59 -0800 (PST) Message-ID: <1751172935.1231957559667.JavaMail.jira@brutus> Date: Wed, 14 Jan 2009 10:25:59 -0800 (PST) From: "Kay Kay (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Updated: (SOLR-960) CommonsHttpSolrServer - documentation - phase II (Addition of log in setMaxRetries as a warning for out of range input) In-Reply-To: <1739655861.1231957559563.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SOLR-960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kay Kay updated SOLR-960: ------------------------- Attachment: SOLR-960.patch > 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 > > Original Estimate: 1h > Remaining Estimate: 1h > > 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.