Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@minotaur.apache.org Received: (qmail 59677 invoked from network); 19 Feb 2009 13:04:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2009 13:04:27 -0000 Received: (qmail 1867 invoked by uid 500); 19 Feb 2009 13:04:26 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 1371 invoked by uid 500); 19 Feb 2009 13:04:24 -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 1350 invoked by uid 99); 19 Feb 2009 13:04:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2009 05:04:24 -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; Thu, 19 Feb 2009 13:04:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D8C96234C4A7 for ; Thu, 19 Feb 2009 05:04:01 -0800 (PST) Message-ID: <1983025637.1235048641885.JavaMail.jira@brutus> Date: Thu, 19 Feb 2009 05:04:01 -0800 (PST) From: "Otis Gospodnetic (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Updated: (SOLR-952) duplicated code in (Default)SolrHighlighter and HighlightingUtils In-Reply-To: <687957187.1231542122432.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-952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic updated SOLR-952: ---------------------------------- Description: A large quantity of code is duplicated between the deprecated HighlightingUtils class and the newer SolrHighlighter and DefaultSolrHighlighter (which have been getting bug fixes and enhancements). The Utils class is no longer used anywhere in Solr, but people writing plugins may be taking advantage of it, so it should be cleaned up. (was: A large quantity of code is duplicated between the deprecated HighlightingUtils class and the newer SolrHighlighter and DefaultSolrHighlighter (which have been getting bug fixes and enhancements). The Utils class is no longer used anywhere in Solr, but people writing plugins may be taking advantage of it, so it should be cleaned up.) Fix Version/s: 1.4 > duplicated code in (Default)SolrHighlighter and HighlightingUtils > ----------------------------------------------------------------- > > Key: SOLR-952 > URL: https://issues.apache.org/jira/browse/SOLR-952 > Project: Solr > Issue Type: Bug > Components: highlighter > Affects Versions: 1.4 > Reporter: Chris Harris > Priority: Minor > Fix For: 1.4 > > Attachments: SOLR-952.patch > > > A large quantity of code is duplicated between the deprecated HighlightingUtils class and the newer SolrHighlighter and DefaultSolrHighlighter (which have been getting bug fixes and enhancements). The Utils class is no longer used anywhere in Solr, but people writing plugins may be taking advantage of it, so it should be cleaned up. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.