Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@locus.apache.org Received: (qmail 79383 invoked from network); 31 Jul 2007 01:09:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jul 2007 01:09:14 -0000 Received: (qmail 32908 invoked by uid 500); 31 Jul 2007 01:09:14 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 32686 invoked by uid 500); 31 Jul 2007 01:09:13 -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 32676 invoked by uid 99); 31 Jul 2007 01:09:13 -0000 Received: from Unknown (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jul 2007 18:09:13 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jul 2007 01:09:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EC3F87141F1 for ; Mon, 30 Jul 2007 18:08:52 -0700 (PDT) Message-ID: <29773649.1185844132965.JavaMail.jira@brutus> Date: Mon, 30 Jul 2007 18:08:52 -0700 (PDT) From: "Ryan McKinley (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Updated: (SOLR-301) Clean up param interface. Leave deprecated options in deprecated classes In-Reply-To: <17603535.1184456464445.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-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-301: ------------------------------- Attachment: SOLR-301-ParamCleanup.patch moves SOLR-258 params into their own file. This touches a lot of files, but isolates (most) deprecated features to deprecated classes. > Clean up param interface. Leave deprecated options in deprecated classes > ------------------------------------------------------------------------- > > Key: SOLR-301 > URL: https://issues.apache.org/jira/browse/SOLR-301 > Project: Solr > Issue Type: Improvement > Reporter: Ryan McKinley > Priority: Minor > Fix For: 1.3 > > Attachments: SOLR-301-ParamCleanup.patch, SOLR-301-ParamCleanup.patch > > > In SOLR-135, we moved the parameter handling stuff to a new package: o.a.s.common.params and left @deprecated classes in the old location. > Classes in the new package should not contain any deprecated options. > Aditionally, we should aim to seperate parameter manipulation logic (DefaultSolrParams, AppendedSolrParams, etc) from 'parameter' interface classes: 'HighlightParams', 'UpdateParams' -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.