Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 53481D2B4 for ; Wed, 13 Mar 2013 13:10:17 +0000 (UTC) Received: (qmail 91612 invoked by uid 500); 13 Mar 2013 13:10:14 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 91518 invoked by uid 500); 13 Mar 2013 13:10:14 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 91337 invoked by uid 99); 13 Mar 2013 13:10:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Mar 2013 13:10:14 +0000 Date: Wed, 13 Mar 2013 13:10:14 +0000 (UTC) From: "Commit Tag Bot (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SOLR-4567) copyField source glob matching explicit field(s) stopped working in Solr 4.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-4567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13601105#comment-13601105 ] Commit Tag Bot commented on SOLR-4567: -------------------------------------- [branch_4x commit] Steven Rowe http://svn.apache.org/viewvc?view=revision&revision=1455837 SOLR-4567: copyField source glob matching explicit field(s) stopped working in Solr 4.2 (merged trunk r1455832) > copyField source glob matching explicit field(s) stopped working in Solr 4.2 > ---------------------------------------------------------------------------- > > Key: SOLR-4567 > URL: https://issues.apache.org/jira/browse/SOLR-4567 > Project: Solr > Issue Type: Bug > Components: Schema and Analysis > Affects Versions: 4.2 > Reporter: Steve Rowe > Assignee: Steve Rowe > Fix For: 4.3, 5.0 > > Attachments: SOLR-4567.patch > > > Alexandre Rafalovitch reported on the solr-user mailing list [http://markmail.org/message/sqhzxaet55wztldq] that a copyField directive that worked under Solr 4.1 has stopped working under Solr 4.2: > {code:xml} > > > > {code} > I'm 99% sure that matching multiple explicit fields is not the problem, but rather the issue is that I committed changes under SOLR-4503 to handle additional previously unhandled changes, but I didn't consider this case, and so introduced the regression. [The table on SOLR-3798|https://issues.apache.org/jira/browse/SOLR-3798?focusedCommentId=13591583&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13591583] that attempted to describe all possible combinations of copyField directives does not include this case. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org